mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 02:37:59 +02:00
chore(v2): add external link to community sidebar (#4858)
This commit is contained in:
parent
d72f760e4d
commit
08b94580e9
1 changed files with 5 additions and 0 deletions
|
@ -21,5 +21,10 @@ module.exports = {
|
||||||
href: '/feedback',
|
href: '/feedback',
|
||||||
label: 'Feedback',
|
label: 'Feedback',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'link',
|
||||||
|
label: 'Chat with us on Discord',
|
||||||
|
href: 'https://discord.gg/docusaurus',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue