We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aef98 commit 0980754Copy full SHA for 0980754
1 file changed
docs/.vuepress/sidebar/ai.ts
@@ -62,6 +62,13 @@ export const ai = arraySidebar([
62
text: "Claude Code 接入第三方模型实战",
63
link: "cc-glm5.1",
64
},
65
+ ],
66
+ },
67
+ {
68
+ text: "AI 编程技巧",
69
+ icon: ICONS.TOOL,
70
+ prefix: "ai-coding/",
71
+ children: [
72
{
73
text: "Claude Code 使用指南",
74
link: "claudecode-tips",
@@ -70,6 +77,10 @@ export const ai = arraySidebar([
77
text: "OpenAI Codex 最佳实践指南",
78
link: "codex-best-practices",
79
80
81
+ text: "OpenAI Codex Chrome 扩展",
82
+ link: "codex-chrome-extension",
83
84
],
85
75
86
]);
0 commit comments