@@ -333,9 +333,10 @@ export default defineConfig({
333333 ]
334334 } ,
335335 {
336- text : 'webMCP &WebSkills 最佳实践' ,
336+ text : 'WebMCP &WebSkills 最佳实践' ,
337337 base : '/next-sdk/guide/' ,
338338 items : [
339+ { text : '总览' , link : '/webmcp-webskills' } ,
339340 { text : 'Vue 工程最佳实践' , link : '/vue-webmcp-best-practice' } ,
340341 { text : 'Angular 工程最佳实践' , link : '/angular-webmcp-best-practice' }
341342 ]
@@ -352,24 +353,24 @@ export default defineConfig({
352353 ]
353354 } ,
354355 {
355- text : 'TinyRemoter for Vue ' ,
356+ text : 'TinyRemoter' ,
356357 base : '/next-sdk/guide/' ,
357358 items : [
358359 { text : 'TinyRobot 版本' , link : 'tiny-robot-remoter' } ,
359360 { text : 'Skills 技能配置指南' , link : 'tiny-remoter-skills' } ,
360- { text : 'custom llm 自定义大模型' , link : 'custom-llm' } ,
361+ { text : 'Custom llm 自定义大模型' , link : 'custom-llm' } ,
361362 { text : '自定义AI对话框组件' , link : 'use-next-agent' }
362363 ]
363364 } ,
364365 {
365366 text : 'AI Extension' ,
366367 base : '/next-sdk/guide/' ,
367368 items : [
368- { text : 'architecture 技术架构' , link : 'ai-extension-architecture' } ,
369- { text : 'mcp-servers 工具开发指南' , link : 'ai-extension-next-wxt' } ,
370- { text : 'skills 技能开发指南' , link : 'ai-extension-skills' } ,
369+ { text : '技术架构' , link : 'ai-extension-architecture' } ,
370+ { text : 'MCP Servers 工具开发指南' , link : 'ai-extension-next-wxt' } ,
371+ { text : 'Skills 技能开发指南' , link : 'ai-extension-skills' } ,
371372 { text : 'AI Extension 插件安装指南' , link : 'ai-extension-install' } ,
372- { text : '大模型配置 ' , link : 'ai-extension-model-config' }
373+ { text : '配置大模型 ' , link : 'ai-extension-model-config' }
373374 ]
374375 }
375376 ] ,
0 commit comments