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', + }, ], };