Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: link to docs hub fuel installation guide #5144

Merged
merged 6 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[The Sway Programming Language](./index.md)

- [Introduction](./introduction/index.md)
- [Installation](./introduction/installation.md)
- [Sway Quickstart](./introduction/sway_quickstart.md)
- [Getting Started](./introduction/getting_started.md)
- [The Fuel Toolchain](./introduction/fuel_toolchain.md)
- [A Forc Project](./introduction/forc_project.md)
- [Standard Library](./introduction/standard_library.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/introduction/fuel_toolchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Sway Language Server `forc-lsp` is provided to expose features to IDEs. [Ins

## Sway Formatter (`forc-fmt`)

A canonical formatter is provided with `forc-fmt`. [Installation instructions](./installation.md). It can be run manually with
A canonical formatter is provided with `forc-fmt`. [Installation instructions](./getting_started.md). It can be run manually with

```sh
forc fmt
Expand Down
9 changes: 9 additions & 0 deletions docs/book/src/introduction/getting_started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Getting Started

## Installing the `Fuel` toolchain

Please visit the Fuel [Installation Guide](https://docs.fuel.network/guides/installation) to install the Fuel toolchain binaries and prerequisites.

## Sway Quickstart

Check out the [Developer Quickstart Guide](https://docs.fuel.network/guides/quickstart/) for a step-by-step guide on building a fullstack dapp on Fuel. The guide will walk you through writing a smart contract, setting up a wallet, and building a frontend to interact with your contract.
3 changes: 1 addition & 2 deletions docs/book/src/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

To get started with Forc and Sway smart contract development, install the Fuel toolchain and Fuel full node and set up your first project.

- [Installation](./installation.md)
- [Sway Quickstart](./sway_quickstart.md)
- [Getting Started](./getting_started.md)
- [The Fuel Toolchain](./fuel_toolchain.md)
- [A Forc Project](./forc_project.md)
- [Standard Library](./standard_library.md)
170 changes: 0 additions & 170 deletions docs/book/src/introduction/installation.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/book/src/introduction/sway_quickstart.md

This file was deleted.

Loading