From 8936e3a92d861621389bf4b7d1081e36d7aeb335 Mon Sep 17 00:00:00 2001 From: Call Delegation <106365423+calldelegation@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:22:13 -0500 Subject: [PATCH] docs: Update search (#562) --- docs/fuel-token-overview | 2 +- docs/nightly/fuel-token-overview | 2 +- src/config/constants.ts | 16 ++++++++++++++++ 3 files changed, 18 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 b33f8ca1f..283b43ad7 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -136,6 +136,22 @@ export const NAVIGATION: any[] = [ name: 'Specifications', link: '/docs/specs', }, + { + 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,