From 5288957a09c72f34cd836f1e428705167ddbc9ce Mon Sep 17 00:00:00 2001 From: biancabuzea200 Date: Tue, 6 Aug 2024 23:46:32 +0200 Subject: [PATCH] Add navbar links --- docusaurus.config.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 60a82f2..a789d59 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -89,6 +89,23 @@ const config = { // label: 'Tutorial', // }, //{to: '/blog', label: 'Blog', position: 'left'}, + { + type: 'doc', + docId: 'Developers/Guides/whitelistAddress', + position: 'left', + label: 'Developers', + }, + { + type: 'doc', + docId: 'validators/quickstart', + position: 'left', + label: 'Validators', + }, + { + href: 'https://chroniclelabs.org/dashboard', + label: 'Dashboard', + position: 'right', + }, { href: 'https://github.com/chronicleprotocol', label: 'GitHub',