We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc2443 commit 88930acCopy full SHA for 88930ac
.vitepress/config.mts
@@ -8,7 +8,6 @@ const zhGuides: DefaultTheme.NavItemWithLink[] = [
8
{ text: '安装', link: '/guide/install' },
9
{ text: '命令行使用', link: '/guide/command_line' },
10
{ text: '已知限制', link: '/guide/limitation' },
11
- { text: 'LLM', link: '/guide/llm' },
12
]
13
14
const enGuides: DefaultTheme.NavItemWithLink[] = [
@@ -17,7 +16,6 @@ const enGuides: DefaultTheme.NavItemWithLink[] = [
17
16
{ text: 'Installation', link: '/en/guide/install' },
18
{ text: 'Command Line', link: '/en/guide/command_line' },
19
{ text: 'Limitations', link: '/en/guide/limitation' },
20
- { text: 'LLM', link: '/en/guide/llm' },
21
22
23
export default defineConfig({
guide/llm.md
0 commit comments