From 9da74f36db688fd7f3460724d68d536c5ff774cc Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:07:58 -0500 Subject: [PATCH 1/2] test --- src/config/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/constants.ts b/src/config/constants.ts index b33f8ca1f..287fd689e 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -136,6 +136,10 @@ export const NAVIGATION: any[] = [ name: 'Specifications', link: '/docs/specs', }, + { + name: 'Fuel Book', + link: '/docs/fuel-book', + }, { name: 'Explorer', link: EXPLORER_LINK, From 7ce6c41abda7d27a9f08d47889a0048268c27c8b Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:22:00 -0500 Subject: [PATCH 2/2] ready for review --- docs/fuel-token-overview | 2 +- docs/nightly/fuel-token-overview | 2 +- src/config/constants.ts | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/fuel-token-overview b/docs/fuel-token-overview index f1e9783ea..a9f1e12e5 160000 --- a/docs/fuel-token-overview +++ b/docs/fuel-token-overview @@ -1 +1 @@ -Subproject commit f1e9783ea6c6bd138a58d44667a8d00b3f08dba2 +Subproject commit a9f1e12e5d18b2eac5014be5c6ee938cf87db251 diff --git a/docs/nightly/fuel-token-overview b/docs/nightly/fuel-token-overview index f1e9783ea..a9f1e12e5 160000 --- a/docs/nightly/fuel-token-overview +++ b/docs/nightly/fuel-token-overview @@ -1 +1 @@ -Subproject commit f1e9783ea6c6bd138a58d44667a8d00b3f08dba2 +Subproject commit a9f1e12e5d18b2eac5014be5c6ee938cf87db251 diff --git a/src/config/constants.ts b/src/config/constants.ts index 287fd689e..283b43ad7 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -140,6 +140,18 @@ export const NAVIGATION: any[] = [ name: 'Fuel Book', link: '/docs/fuel-book', }, + { + name: 'Fuel Token Overview', + link: '/docs/fuel-token-overview', + }, + { + name: 'Verified Addresses', + link: '/docs/verified-addresses', + }, + { + name: 'Sway By Example', + link: '/docs/sway-by-example-lib', + }, { name: 'Explorer', link: EXPLORER_LINK,