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',
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"
}
],
},
],