mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(v2): add external link to community sidebar (#4858)
This commit is contained in:
parent
d72f760e4d
commit
08b94580e9
|
|
@ -21,5 +21,10 @@ module.exports = {
|
|||
href: '/feedback',
|
||||
label: 'Feedback',
|
||||
},
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Chat with us on Discord',
|
||||
href: 'https://discord.gg/docusaurus',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue