Skip to content

Commit 0980754

Browse files
committed
docs(ai): 将 AI 编程拆分为「实战」和「技巧」两个模块
1 parent 09aef98 commit 0980754

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • docs/.vuepress/sidebar

docs/.vuepress/sidebar/ai.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ export const ai = arraySidebar([
6262
text: "Claude Code 接入第三方模型实战",
6363
link: "cc-glm5.1",
6464
},
65+
],
66+
},
67+
{
68+
text: "AI 编程技巧",
69+
icon: ICONS.TOOL,
70+
prefix: "ai-coding/",
71+
children: [
6572
{
6673
text: "Claude Code 使用指南",
6774
link: "claudecode-tips",
@@ -70,6 +77,10 @@ export const ai = arraySidebar([
7077
text: "OpenAI Codex 最佳实践指南",
7178
link: "codex-best-practices",
7279
},
80+
{
81+
text: "OpenAI Codex Chrome 扩展",
82+
link: "codex-chrome-extension",
83+
},
7384
],
7485
},
7586
]);

0 commit comments

Comments
 (0)