chore(v2): add external link to community sidebar (#4858)

This commit is contained in:
Alexey Pyltsyn 2021-06-02 17:59:20 +03:00 committed by GitHub
parent d72f760e4d
commit 08b94580e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,10 @@ module.exports = {
href: '/feedback',
label: 'Feedback',
},
{
type: 'link',
label: 'Chat with us on Discord',
href: 'https://discord.gg/docusaurus',
},
],
};