From 161b0bf397676d620acdd135846be65e3e00b64b Mon Sep 17 00:00:00 2001 From: calldelegation Date: Sun, 1 Mar 2026 21:11:40 -0500 Subject: [PATCH 1/2] update: stork --- docs/integration-docs | 2 +- docs/nightly/integration-docs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integration-docs b/docs/integration-docs index be4a81b9..cd720dfe 160000 --- a/docs/integration-docs +++ b/docs/integration-docs @@ -1 +1 @@ -Subproject commit be4a81b972672efad0ec2a3156101e278a20d67c +Subproject commit cd720dfedd45a905e1e8b847c39c8858590c9f9e diff --git a/docs/nightly/integration-docs b/docs/nightly/integration-docs index be4a81b9..cd720dfe 160000 --- a/docs/nightly/integration-docs +++ b/docs/nightly/integration-docs @@ -1 +1 @@ -Subproject commit be4a81b972672efad0ec2a3156101e278a20d67c +Subproject commit cd720dfedd45a905e1e8b847c39c8858590c9f9e From 9a300e0429b247674a52d569f6ca38a72653bf57 Mon Sep 17 00:00:00 2001 From: calldelegation Date: Sun, 1 Mar 2026 21:35:05 -0500 Subject: [PATCH 2/2] fix links --- .../docs/fuel-connectors/solana-ledger-connection.mdx | 4 ++-- docs/guides/docs/user-quickstart/index.mdx | 1 - src/config/constants.ts | 10 +--------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/guides/docs/fuel-connectors/solana-ledger-connection.mdx b/docs/guides/docs/fuel-connectors/solana-ledger-connection.mdx index 7149bdcd..b45959d5 100644 --- a/docs/guides/docs/fuel-connectors/solana-ledger-connection.mdx +++ b/docs/guides/docs/fuel-connectors/solana-ledger-connection.mdx @@ -73,7 +73,7 @@ Solana wallets use specific derivation paths. #### For Phantom Wallet - Phantom supports multiple derivation paths, including those used by Ledger. -- However, [Phantom will only detect Ledger derivation paths if activity (transactions or balance) is found on those paths](https://help.phantom.com/hc/en-us/articles/12988493966227-What-derivation-paths-does-Phantom-wallet-support). +- However, Phantom will only detect Ledger derivation paths if activity (transactions or balance) is found on those paths. - If your Ledger-derived Solana account has prior activity, Phantom should automatically display it after import. #### For Other Wallets @@ -113,4 +113,4 @@ After signing: If you encounter issues: -- Visit Phantom's [Help Center](https://help.phantom.com/hc/en-us) +- Visit [Phantom's website](https://phantom.com/) for support diff --git a/docs/guides/docs/user-quickstart/index.mdx b/docs/guides/docs/user-quickstart/index.mdx index 57981046..137ba7e4 100644 --- a/docs/guides/docs/user-quickstart/index.mdx +++ b/docs/guides/docs/user-quickstart/index.mdx @@ -37,7 +37,6 @@ Fuel Network has a growing ecosystem of decentralized applications (dApps) pleas - [Mira Exchange](https://mira.ly/) - AMM on Fuel - [Swaylend](https://swaylend.com/) - Lending protocol on Fuel -- [V12](https://v12.trade/) - A predicate-based central limit order book - [Fluid Protocol](https://fluidprotocol.xyz/) - The native decentralized stablecoin on Fuel ### Other Services diff --git a/src/config/constants.ts b/src/config/constants.ts index 283b43ad..597dc1cd 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -19,10 +19,6 @@ export type LinkObject = { }; export const EXTERNAL_NAVIGATION_LINKS: LinkObject[] = [ - { - name: 'Sway Core Lib', - link: 'https://fuellabs.github.io/sway/master/core/', - }, { name: 'Sway Std Lib', link: 'https://fuellabs.github.io/sway/master/std/', @@ -79,17 +75,13 @@ export const NAVIGATION: any[] = [ name: 'Standard Library', link: 'https://fuellabs.github.io/sway/master/std/', }, - { - name: 'Core Library', - link: 'https://fuellabs.github.io/sway/master/core/', - }, { name: 'Sway Playground', link: 'https://sway-playground.org', }, { name: 'Sway By Example', - link: 'https://swaybyexample.com/', + link: '/docs/sway-by-example-lib', }, { name: 'Example Apps',