From ce1a42f1634e5fdddf3799b79080e59d3fa7b8fb Mon Sep 17 00:00:00 2001 From: Vahagn Aharonian Date: Mon, 23 Jan 2023 22:33:51 +0400 Subject: [PATCH] Update footer links --- docusaurus.config.js | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index e9d6a738..a9fd7b65 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -107,25 +107,16 @@ const config = { title: "Community", items: [ { - label: "Stack Overflow", - href: "https://stackoverflow.com/questions/tagged/docusaurus", + label: "GitHub", + href: "https://github.com/dragonflydb/dragonfly", }, { label: "Discord", - href: "https://discordapp.com/invite/docusaurus", + href: "https://discord.gg/HsPjXGVH85", }, { label: "Twitter", - href: "https://twitter.com/docusaurus", - }, - ], - }, - { - title: "More", - items: [ - { - label: "GitHub", - href: "https://github.com/facebook/docusaurus", + href: "https://twitter.com/dragonflydbio", }, ], },