docs-hub
docs-hub copied to clipboard
The documentation hub for Fuel
## Expected Behavior Currently the docs link - [Fuelup check toolchain](https://docs.fuel.network/guides/installation/#checking-your-current-toolchain) on running the `fuelup show` command gives output which mentions `beta-4-x86_64-unknown-linux-gnu (default)` as the active toolchain. But the last...
For example: https://github.com/FuelLabs/docs-hub/actions/runs/8443678227/job/23173027779?pr=211
I suppose the `forc wallet` command should be included on the list of available `forc` commands here: https://docs.fuel.network/docs/forc/commands/ 
The quickstart contains sections for a contract and a frontend but does not contain a guide for the faucet. It may be obvious to us but if someone has never...
The quickstart contains sections for a contract and a frontend but does not contain a guide for the bridge. If a user has not engaged in defi or bridging then...
**Optimization Strategies for Playwright Tests** ~~1. **Parallel Execution**: Currently, Playwright tests utilize only one worker in a single-threaded mode. However, these tests are capable of running in parallel. Implementing parallel...
The quickstart contains sections for a contract and a frontend but does not contain a guide for the indexer. Indexing your own data or connecting to an external index is...
"Working with commands is one of the key elements of the docs experience. It always comes to 3 things: What it does What's the command I need to copy-paste What's...
- [ ] [Wallet CLI](https://docs.fuel.network/guides/quickstart/building-a-smart-contract/#setup-the-wallet-cli) - [ ] [Deployment](https://docs.fuel.network/guides/quickstart/building-a-smart-contract/#deploy-to-testnet) Wallet CLI and deployment are not tested in the playwrite test