We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9c382 commit 0ea36f9Copy full SHA for 0ea36f9
1 file changed
src/nav.ts
@@ -13,16 +13,6 @@ export interface NavGroup {
13
}
14
15
export const navGroups: NavGroup[] = [
16
- {
17
- id: 'guide',
18
- title: '学习导读',
19
- icon: '🧭',
20
- defaultOpen: true,
21
- items: [
22
- { id: 'e2e', label: '端到端走读', highlight: true },
23
- { id: 'upstream-diff', label: 'Qwen 改造总览', highlight: true },
24
- ],
25
- },
26
{
27
id: 'start',
28
title: '快速入门',
0 commit comments