Update docusaurus.config.js
This commit is contained in:
parent
1a88648b03
commit
a6632d2348
1 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue