docs: add slack community link

release-0.2
Meng Zhang 2023-09-11 12:45:07 +08:00
parent 4d1821a7f4
commit 78e4060568
1 changed files with 7 additions and 11 deletions

View File

@ -108,22 +108,18 @@ const config = {
label: 'API', label: 'API',
to: '/api', to: '/api',
}, },
{
label: "Status",
href: "https://uptime.tabbyml.com"
}
], ],
}, },
{ {
title: 'Community', title: 'Community',
items: [ items: [
{ {
label: 'Stack Overflow', label: 'Slack',
href: 'https://stackoverflow.com/questions/tagged/tabby', href: 'https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA',
}, },
{ {
label: 'Twitter', label: 'GitHub',
href: 'https://twitter.com/mzh1024', href: 'https://github.com/TabbyML/tabby',
}, },
], ],
}, },
@ -135,9 +131,9 @@ const config = {
to: '/blog', to: '/blog',
}, },
{ {
label: 'GitHub', label: "Status",
href: 'https://github.com/TabbyML/tabby', href: "https://uptime.tabbyml.com"
}, }
], ],
}, },
], ],