From 08b94580e9216e65a32d5fc37b8f731aa4528320 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 2 Jun 2021 17:59:20 +0300 Subject: [PATCH] chore(v2): add external link to community sidebar (#4858) --- website/sidebarsCommunity.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/sidebarsCommunity.js b/website/sidebarsCommunity.js index e058dfa01a..88b9716918 100644 --- a/website/sidebarsCommunity.js +++ b/website/sidebarsCommunity.js @@ -21,5 +21,10 @@ module.exports = { href: '/feedback', label: 'Feedback', }, + { + type: 'link', + label: 'Chat with us on Discord', + href: 'https://discord.gg/docusaurus', + }, ], };