From 78e4060568390548797c9ca8145493d468a53177 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 11 Sep 2023 12:45:07 +0800 Subject: [PATCH] docs: add slack community link --- website/docusaurus.config.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 652c8ae..a0bec0f 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -108,22 +108,18 @@ const config = { label: 'API', to: '/api', }, - { - label: "Status", - href: "https://uptime.tabbyml.com" - } ], }, { title: 'Community', items: [ { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/tabby', + label: 'Slack', + href: 'https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA', }, { - label: 'Twitter', - href: 'https://twitter.com/mzh1024', + label: 'GitHub', + href: 'https://github.com/TabbyML/tabby', }, ], }, @@ -135,9 +131,9 @@ const config = { to: '/blog', }, { - label: 'GitHub', - href: 'https://github.com/TabbyML/tabby', - }, + label: "Status", + href: "https://uptime.tabbyml.com" + } ], }, ],