Update docusaurus.config.js

This commit is contained in:
cryptozoidberg 2025-07-07 15:13:30 +04:00 committed by GitHub
parent 1a88648b03
commit a6632d2348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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