We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d619d commit 22a6776Copy full SHA for 22a6776
website/sidebars/ai.ts
@@ -123,15 +123,20 @@ const aiSidebar: SidebarConfig = [
123
label: '📊 模型对比',
124
collapsed: false,
125
items: [
126
+ {
127
+ type: 'doc',
128
+ id: 'ai/ai-coding-deployment-guide',
129
+ label: 'AI 编程助手落地实施方案',
130
+ },
131
{
132
type: 'doc',
133
id: 'ai/international-ai-models-comparison',
- label: '国外顶尖编程模型选型',
134
+ label: '国外编程模型/工具选型建议',
135
},
136
137
138
id: 'ai/qoder-vs-glm47-cursor-claude-comparison',
- label: 'AI 编程工具选型建议',
139
+ label: '国内编程模型/工具选型建议',
140
141
],
142
0 commit comments