diff options
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index bc3312d..1653a0f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -47,18 +47,18 @@ module.exports = { { title: "Community", items: [ - // { - // label: "Stack Overflow", - // href: "https://stackoverflow.com/questions/tagged/docusaurus", - // }, - { - label: "Discord", - href: "https://discord.gg/VJnx9kr", - }, - // { - // label: "Twitter", - // href: "https://twitter.com/docusaurus", - // }, + // { + // label: "Stack Overflow", + // href: "https://stackoverflow.com/questions/tagged/docusaurus", + // }, + { + label: "Discord", + href: "https://discord.gg/VJnx9kr", + }, + // { + // label: "Twitter", + // href: "https://twitter.com/docusaurus", + // }, ], }, { |