docs: add discord invite link
This commit is contained in:
parent
cef2e28b52
commit
cc0b153760
@ -78,6 +78,11 @@ const config = {
|
|||||||
// },
|
// },
|
||||||
{ to: '/changelog', label: 'Changelog', position: 'left' },
|
{ to: '/changelog', label: 'Changelog', position: 'left' },
|
||||||
{ to: '/api', label: 'API', position: 'left' },
|
{ to: '/api', label: 'API', position: 'left' },
|
||||||
|
{
|
||||||
|
href: 'https://discord.gg/8Vv47wAEej',
|
||||||
|
label: 'Discord',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/msgbyte/tianji',
|
href: 'https://github.com/msgbyte/tianji',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
@ -104,10 +109,10 @@ const config = {
|
|||||||
label: 'Stack Overflow',
|
label: 'Stack Overflow',
|
||||||
href: 'https://stackoverflow.com/questions/tagged/tianji',
|
href: 'https://stackoverflow.com/questions/tagged/tianji',
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// label: 'Discord',
|
label: 'Discord',
|
||||||
// href: 'https://discordapp.com/invite/docusaurus',
|
href: 'https://discord.gg/8Vv47wAEej',
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
label: 'Twitter',
|
label: 'Twitter',
|
||||||
href: 'https://twitter.com/moonrailgun',
|
href: 'https://twitter.com/moonrailgun',
|
||||||
|
Loading…
Reference in New Issue
Block a user