docs: remove documentation about cli

This commit is contained in:
Acbox
2026-02-24 03:14:34 +08:00
parent 786959f038
commit 6cb80d30be
+41 -41
View File
@@ -88,45 +88,45 @@ export const en = [
}
]
},
{
text: 'CLI',
items: [
{
text: 'Overview',
link: '/cli/index.md'
},
{
text: 'authentication',
link: '/cli/auth.md'
},
{
text: 'config',
link: '/cli/config.md'
},
{
text: 'provider',
link: '/cli/provider.md'
},
{
text: 'model',
link: '/cli/model.md'
},
{
text: 'bot',
link: '/cli/bot.md'
},
{
text: 'channel',
link: '/cli/channel.md'
},
{
text: 'schedule',
link: '/cli/schedule.md'
},
{
text: 'chat',
link: '/cli/chat.md'
}
]
}
// {
// text: 'CLI',
// items: [
// {
// text: 'Overview',
// link: '/cli/index.md'
// },
// {
// text: 'authentication',
// link: '/cli/auth.md'
// },
// {
// text: 'config',
// link: '/cli/config.md'
// },
// {
// text: 'provider',
// link: '/cli/provider.md'
// },
// {
// text: 'model',
// link: '/cli/model.md'
// },
// {
// text: 'bot',
// link: '/cli/bot.md'
// },
// {
// text: 'channel',
// link: '/cli/channel.md'
// },
// {
// text: 'schedule',
// link: '/cli/schedule.md'
// },
// {
// text: 'chat',
// link: '/cli/chat.md'
// }
// ]
// }
]