Skip to content

Commit 88930ac

Browse files
committed
chore: remove llm part
1 parent 8fc2443 commit 88930ac

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.vitepress/config.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const zhGuides: DefaultTheme.NavItemWithLink[] = [
88
{ text: '安装', link: '/guide/install' },
99
{ text: '命令行使用', link: '/guide/command_line' },
1010
{ text: '已知限制', link: '/guide/limitation' },
11-
{ text: 'LLM', link: '/guide/llm' },
1211
]
1312

1413
const enGuides: DefaultTheme.NavItemWithLink[] = [
@@ -17,7 +16,6 @@ const enGuides: DefaultTheme.NavItemWithLink[] = [
1716
{ text: 'Installation', link: '/en/guide/install' },
1817
{ text: 'Command Line', link: '/en/guide/command_line' },
1918
{ text: 'Limitations', link: '/en/guide/limitation' },
20-
{ text: 'LLM', link: '/en/guide/llm' },
2119
]
2220

2321
export default defineConfig({

guide/llm.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)