docs: add slack community link
parent
4d1821a7f4
commit
78e4060568
|
|
@ -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"
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue