Skip to content

Commit

Permalink
Final touches and crosslinks
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Dec 24, 2024
1 parent 954a7e9 commit 2c59a56
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/docs/src/guide/getting-started/cdn-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
main();
</script>
```

# More

- [React Example](./react-example.md)
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ You can also access all our apps directly:
| Explorer | https://app.fuel.network | https://app-testnet.fuel.network |
| Bridge | https://app.fuel.network/bridge | https://app-testnet.fuel.network/bridge |
| GraphQL | https://mainnet.fuel.network/v1/playground | https://testnet.fuel.network/v1/playground |

# Next

You can also connect to `localhost`:

- [Running a local Fuel node](./running-a-local-fuel-node.md)
2 changes: 1 addition & 1 deletion apps/docs/src/guide/getting-started/next-steps.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next Steps
# Done!

Wait no more, let's build your first Fuel dApp!

Expand Down
4 changes: 4 additions & 0 deletions apps/docs/src/guide/getting-started/react-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ function App() {

export default App;
```

# More

- [CDN Usage](./cdn-usage.md)
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ Configure your project for the `fuels` CLI using a `fuels.config.ts` file:
It makes development easier with a hot-reload experience:

- [Using the `fuels dev` command](../fuels-cli/commands.md#fuels-dev)

# More

- [React Example](./react-example.md)
- [CDN Usage](./cdn-usage.md)

0 comments on commit 2c59a56

Please sign in to comment.