From 6cb80d30be92da929ddc5f2fb03c09d3c4db39b9 Mon Sep 17 00:00:00 2001 From: Acbox Date: Tue, 24 Feb 2026 03:14:34 +0800 Subject: [PATCH] docs: remove documentation about cli --- docs/docs/.vitepress/en.ts | 82 +++++++++++++++++++------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/docs/.vitepress/en.ts b/docs/docs/.vitepress/en.ts index 4a05a21c..1771d942 100644 --- a/docs/docs/.vitepress/en.ts +++ b/docs/docs/.vitepress/en.ts @@ -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' + // } + // ] + // } ] \ No newline at end of file