Skip to content

Commit 6b9f4d2

Browse files
authored
dcos: update next-sdk docs (#93)
1 parent bba013e commit 6b9f4d2

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.vitepress/config.mts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,14 @@ export default defineConfig({
332332
{ text: 'WebAgent 私有化部署', link: 'web-agent-private-deployment' }
333333
]
334334
},
335+
{
336+
text: 'webMCP&WebSkills 最佳实践',
337+
base: '/next-sdk/guide/',
338+
items: [
339+
{ text: 'Vue 工程最佳实践', link: '/vue-webmcp-best-practice' },
340+
{ text: 'Angular 工程最佳实践', link: '/angular-webmcp-best-practice' }
341+
]
342+
},
335343
{
336344
text: 'NEXT-SDKs API',
337345
base: '/next-sdk/guide/',
@@ -360,7 +368,8 @@ export default defineConfig({
360368
{ text: 'architecture 技术架构', link: 'ai-extension-architecture' },
361369
{ text: 'mcp-servers 工具开发指南', link: 'ai-extension-next-wxt' },
362370
{ text: 'skills 技能开发指南', link: 'ai-extension-skills' },
363-
{ text: 'AI Extension 插件安装指南', link: 'ai-extension-install' }
371+
{ text: 'AI Extension 插件安装指南', link: 'ai-extension-install' },
372+
{ text: '大模型配置', link: 'ai-extension-model-config' }
364373
]
365374
}
366375
],

next-sdk

0 commit comments

Comments
 (0)