Skip to content

Commit 85c93e0

Browse files
style: address feedback (#201)
1 parent 7ae249b commit 85c93e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1131
-937
lines changed

contentlayer.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const MdDoc = defineDocumentType(() => ({
5353
const includeDirs = [
5454
// DEFAULT DOCS & GUIDES
5555
'docs/sway/docs/book/src',
56-
'docs/fuelup/docs/src',
5756
'docs/fuels-rs/docs/src',
5857
'docs/fuels-ts/apps/docs/src',
5958
'docs/fuel-specs/src',
@@ -88,7 +87,6 @@ const excludeDirs = [
8887
'docs/intro/nav.json',
8988
'docs/contributing/nav.json',
9089
'docs/sway/docs/book/src/SUMMARY.md',
91-
'docs/fuelup/docs/src/SUMMARY.md',
9290
'docs/fuels-rs/docs/src/SUMMARY.md',
9391
'docs/fuel-specs/src/SUMMARY.md',
9492
// NIGHTLY DOCS

docs/fuel-core

Submodule fuel-core updated 202 files

docs/guides/docs/installation/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Check the official Rust documentation to get more information on [installing the
4141
from the official release channels, enabling you to easily switch between different
4242
toolchains and keep them updated. It makes building and maintaining Sway applications simpler with [`forc`](/docs/forc) and [`fuel-core`](https://github.com/FuelLabs/fuel-core) for common platforms.
4343

44-
> 💡 Check out the [fuelup docs](/docs/fuelup) for more information.
44+
> 💡 Check out the [fuelup docs](https://install.fuel.network/latest/) for more information.
4545
4646
### Running `fuelup-init`
4747

@@ -277,13 +277,13 @@ Now you are ready to start building with Fuel.
277277

278278
You can create your own set of specific versions, this is known as 'custom toolchains'.
279279

280-
👉 Visit the [Fuelup docs](/docs/fuelup/concepts/toolchains) to learn how to set up your own custom toolchains.
280+
👉 Visit the [Fuelup docs](https://install.fuel.network/master/concepts/toolchains.html) to learn how to set up your own custom toolchains.
281281

282282
### Build from source
283283

284284
You can always build the Fuel packages from source.
285285

286-
👉 Visit the [Fuelup docs](/docs/fuelup/installation/other) to get more details about other types of installation.
286+
👉 Visit the [Fuelup docs](https://install.fuel.network/master/installation/other.html) to get more details about other types of installation.
287287

288288
### Github Codespaces
289289

docs/guides/docs/intro-to-predicates/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If this concept is still a bit unclear don't worry!, let's explore a simple exam
3131

3232
📚 [Sway Standard Library](https://fuellabs.github.io/sway/master/std/): A native library equipped with useful types and methods.
3333

34-
🧑‍🔧 [Fuelup](https://docs.fuel.network/docs/fuelup/): The official Fuel toolchain manager aids in installing and managing different versions.
34+
🧑‍🔧 [Fuelup](https://install.fuel.network/latest/): The official Fuel toolchain manager aids in installing and managing different versions.
3535

3636
🦀 [Fuel's Rust SDK](https://docs.fuel.network/docs/fuels-rs/): Test and interact with your Sway contracts using Rust.
3737

docs/guides/docs/intro-to-sway/explore-fuel.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Ready to keep building? You can dive deeper into Sway and Fuel in the resources
2424

2525
🦀 [Write tests with the Rust SDK](/docs/fuels-rs/)
2626

27-
🔧 [Learn how to use Fuelup](/docs/fuelup/)
27+
🔧 [Learn how to use Fuelup](https://install.fuel.network/latest/)
2828

2929
🏃‍ [Follow the Fuel Quickstart](/guides/quickstart/)
3030

docs/guides/docs/intro-to-sway/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ What truly distinguishes Sway is the exceptional suite of tools built around it.
3939

4040
📚 [Sway Standard Library](https://fuellabs.github.io/sway/master/std/): A native library equipped with useful types and methods.
4141

42-
🧑‍🔧 [Fuelup](https://docs.fuel.network/docs/fuelup/): The official Fuel toolchain manager aids in installing and managing different versions.
42+
🧑‍🔧 [Fuelup](https://install.fuel.network/latest/): The official Fuel toolchain manager aids in installing and managing different versions.
4343

4444
🦀 [Fuel's Rust SDK](https://docs.fuel.network/docs/fuels-rs/): Test and interact with your Sway contracts using Rust.
4545

docs/guides/docs/intro-to-sway/typescript-sdk.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ action={{
694694
id="wait-after-buy"
695695
action={{
696696
name: 'wait',
697-
timeout: 15000
697+
timeout: 18000
698698
}}
699699
/>
700700

docs/intro/what-is-fuel.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ cardsInfo={[
8787
body: 'Explore the Fuel Orchestrator that helps you build, test, and deploy your Sway projects.',
8888
},
8989
{
90-
link: '/docs/fuelup',
91-
nightlyLink: '/docs/nightly/fuelup',
92-
beta4Link: '/docs/beta-4/fuelup',
90+
link: '/guides/installation/',
91+
nightlyLink: '/guides/installation/',
92+
beta4Link: '/guides/installation/',
9393
isExternal: false,
9494
heading: 'Fuelup',
9595
headingIcon: 'Settings',

next.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ const nextConfig = {
118118
destination: '/guides/running-a-node/running-a-testnet-node/',
119119
permanent: true,
120120
},
121+
{
122+
source: '/docs/fuelup/:slug*',
123+
destination: 'https://install.fuel.network/latest/',
124+
permanent: true,
125+
},
121126
];
122127
},
123128
typescript: {

0 commit comments

Comments
 (0)