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", }, ], },