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] 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 f1e9783e..a9f1e12e 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 f1e9783e..a9f1e12e 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 287fd689..283b43ad 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,