Skip to content

Commit 5288957

Browse files
Add navbar links
1 parent aa5a173 commit 5288957

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docusaurus.config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,23 @@ const config = {
8989
// label: 'Tutorial',
9090
// },
9191
//{to: '/blog', label: 'Blog', position: 'left'},
92+
{
93+
type: 'doc',
94+
docId: 'Developers/Guides/whitelistAddress',
95+
position: 'left',
96+
label: 'Developers',
97+
},
98+
{
99+
type: 'doc',
100+
docId: 'validators/quickstart',
101+
position: 'left',
102+
label: 'Validators',
103+
},
104+
{
105+
href: 'https://chroniclelabs.org/dashboard',
106+
label: 'Dashboard',
107+
position: 'right',
108+
},
92109
{
93110
href: 'https://github.com/chronicleprotocol',
94111
label: 'GitHub',

0 commit comments

Comments
 (0)