We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70001e2 commit 3206b5cCopy full SHA for 3206b5c
2 files changed
.vitepress/config.mts
@@ -288,7 +288,7 @@ export default defineConfig({
288
link: '/genui-sdk/examples/renderer/custom-actions',
289
activeMatch: '/examples/'
290
},
291
- {
+ {
292
text: '协议规范',
293
link: '/genui-sdk/schema/protocol',
294
activeMatch: '/schema/'
@@ -490,7 +490,7 @@ export default defineConfig({
490
{ text: '国际化', link: 'i18n' },
491
{ text: '主题配置', link: 'theme' },
492
{ text: '深色模式', link: 'theme-dark' },
493
- { text: '智能化', link: 'mcp' },
+ { text: 'Skills 使用指南', link: 'skills' },
494
{ text: '表单校验配置', link: 'form-valid' },
495
{ text: '常见问题', link: 'faq' }
496
]
@@ -743,7 +743,7 @@ export default defineConfig({
743
'/tiny-editor/demo/': TinyEditorSidebar,
744
'/tiny-editor/api/': TinyEditorSidebar,
745
'/tiny-editor/modules/': TinyEditorSidebar,
746
- '/web-agent/guide/': WebAgentSidebar,
+ '/web-agent/guide/': WebAgentSidebar
747
748
search: {
749
provider: 'local'
tiny-vue
0 commit comments