From a6632d2348b4658dc60b1e4f0e50be8aa5d1bdfb Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 7 Jul 2025 15:13:30 +0400 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 14b1320..b6078b7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -84,6 +84,12 @@ const config = { position: "left", label: "Stake", }, + { + type: "docSidebar", + sidebarId: "codeSidebar", + position: "left", + label: "Code", + }, { href: "https://github.com/hyle-team/zano", label: "GitHub", @@ -117,6 +123,10 @@ const config = { label: "Stake", to: "/docs/stake/overview", }, + { + label: "Code", + to: "/docs/code/overview", + }, ], }, {