From cc0b153760f02f2b932671e994a870477ea46290 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 24 Dec 2023 15:58:45 +0800 Subject: [PATCH] docs: add discord invite link --- website/docusaurus.config.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 53a005e..e158bf7 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -78,6 +78,11 @@ const config = { // }, { to: '/changelog', label: 'Changelog', position: 'left' }, { to: '/api', label: 'API', position: 'left' }, + { + href: 'https://discord.gg/8Vv47wAEej', + label: 'Discord', + position: 'right', + }, { href: 'https://github.com/msgbyte/tianji', label: 'GitHub', @@ -104,10 +109,10 @@ const config = { label: 'Stack Overflow', href: 'https://stackoverflow.com/questions/tagged/tianji', }, - // { - // label: 'Discord', - // href: 'https://discordapp.com/invite/docusaurus', - // }, + { + label: 'Discord', + href: 'https://discord.gg/8Vv47wAEej', + }, { label: 'Twitter', href: 'https://twitter.com/moonrailgun',