From ee0cf40813b30a10776d81dfa57bf8e087f1ab16 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 8 Nov 2022 10:46:55 +1100 Subject: [PATCH] Fix social links --- docusaurus.config.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 27f069b..f7c3d9b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -59,12 +59,6 @@ const config = { }, items: [ - { - type: "doc", - docId: "About/1", - position: "left", - label: "About", - }, { type: "doc", docId: "Concepts/1", @@ -80,16 +74,16 @@ const config = { title: "Community", items: [ { - label: "Stack Overflow", - href: "https://stackoverflow.com/questions/tagged/docusaurus", + label: "Discourse", + href: "https://forum.vac.dev/", }, { label: "Discord", - href: "https://discordapp.com/invite/docusaurus", + href: "https://discord.gg/j5pGbn7MHZ", }, { label: "Twitter", - href: "https://twitter.com/docusaurus", + href: "https://twitter.com/waku-org", }, ], },