From cc80b6796e926c05c6bbe09c2735daf9ae55b0e6 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 8 Jun 2023 22:09:23 +0900 Subject: [PATCH] update sidebar external icon and misc. bug in footer --- docusaurus.config.js | 3 --- sidebars.js | 27 +++++++++++++-------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bcd3ef6..d0e7ba7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -170,9 +170,6 @@ const config = { { href: "https://waku.org/privacy-policy", label: "Privacy Policy" - }, - { - html: "" } ] } diff --git a/sidebars.js b/sidebars.js index 36176c0..4eaba11 100644 --- a/sidebars.js +++ b/sidebars.js @@ -13,12 +13,12 @@ const sidebars = { "overview/why-waku", "overview/use-cases", { - type: "html", - value: "Nodes and SDKs " + type: 'html', + value: 'Nodes and SDKs', }, { - type: "html", - value: "Presentations " + type: 'html', + value: 'Presentations', }, { type: "category", @@ -33,16 +33,16 @@ const sidebars = { label: "Peer Discovery", link: { type: "doc", - id: "overview/concepts/peer-discovery" + id: "overview/concepts/peer-discovery", }, items: [ "overview/concepts/peer-discovery/predefined-nodes", "overview/concepts/peer-discovery/dns-discovery", "overview/concepts/peer-discovery/discv5", - "overview/concepts/peer-discovery/peer-exchange" + "overview/concepts/peer-discovery/peer-exchange", ] }, - "overview/concepts/transports" + "overview/concepts/transports", ] }, { @@ -52,7 +52,7 @@ const sidebars = { "overview/reference/glossary", "overview/reference/security-features", "overview/reference/research-in-progress", - "overview/reference/waku-vs-libp2p" + "overview/reference/waku-vs-libp2p", ] } ] @@ -65,7 +65,7 @@ const sidebars = { collapsible: false, items: [ "guides/nodes-and-sdks", - "guides/run-nwaku-node" + "guides/run-nwaku-node", ] } ], @@ -80,13 +80,12 @@ const sidebars = { "contribute", "presentations", { - type: "link", - label: "Bug Bounty Program", - href: "https://hackenproof.com/status-dot-im/waku" - } + type: 'html', + value: 'Bug Bounty Program', + }, ] } ] }; -module.exports = sidebars; \ No newline at end of file +module.exports = sidebars;