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", + }, ], }, {