Skip to content

Commit ed7f1c3

Browse files
Merge pull request #80 from chronicleprotocol/navBar
Add navbar links
2 parents 1c6214c + 5288957 commit ed7f1c3

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
@@ -90,6 +90,23 @@ const config = {
9090
// label: 'Tutorial',
9191
// },
9292
//{to: '/blog', label: 'Blog', position: 'left'},
93+
{
94+
type: 'doc',
95+
docId: 'Developers/Guides/whitelistAddress',
96+
position: 'left',
97+
label: 'Developers',
98+
},
99+
{
100+
type: 'doc',
101+
docId: 'validators/quickstart',
102+
position: 'left',
103+
label: 'Validators',
104+
},
105+
{
106+
href: 'https://chroniclelabs.org/dashboard',
107+
label: 'Dashboard',
108+
position: 'right',
109+
},
93110
{
94111
href: 'https://github.com/chronicleprotocol',
95112
label: 'GitHub',

0 commit comments

Comments
 (0)