From 1e326fbea10252ed6d4fa6ec87d7c006342a830d Mon Sep 17 00:00:00 2001 From: redwest88 <71982739+redwest88@users.noreply.github.com> Date: Sun, 10 Sep 2023 00:33:14 +0200 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4c67787..d208cfb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -74,7 +74,7 @@ const config = { type: "doc", docId: "intro", position: "left", - label: "Intro", + label: "Introduction", }, { href: "https://github.com/f5nodes/wiki", @@ -93,13 +93,17 @@ const config = { title: "Docs", items: [ { - label: "Intro", + label: "Introduction", to: "/intro", }, { label: "Celestia", to: "/category/celestia", }, + { + label: "ZetaChain", + to: "/category/zetachain", + }, ], }, { @@ -119,7 +123,7 @@ const config = { title: "More", items: [ { - label: "F5 Nodes", + label: "F5 Nodes Website", href: "https://f5nodes.com", }, {