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 b33f8ca1..283b43ad 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,