Skip to content

Commit 0ea36f9

Browse files
committed
refactor(nav): 移除学习导读导航组
导航结构调整,移除了不再需要的'学习导读'部分
1 parent 9e9c382 commit 0ea36f9

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/nav.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ export interface NavGroup {
1313
}
1414

1515
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-
},
2616
{
2717
id: 'start',
2818
title: '快速入门',

0 commit comments

Comments
 (0)