Skip to content

Commit 3206b5c

Browse files
authored
docs: 添加TinyVue组件skills使用指南 (#89)
1 parent 70001e2 commit 3206b5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export default defineConfig({
288288
link: '/genui-sdk/examples/renderer/custom-actions',
289289
activeMatch: '/examples/'
290290
},
291-
{
291+
{
292292
text: '协议规范',
293293
link: '/genui-sdk/schema/protocol',
294294
activeMatch: '/schema/'
@@ -490,7 +490,7 @@ export default defineConfig({
490490
{ text: '国际化', link: 'i18n' },
491491
{ text: '主题配置', link: 'theme' },
492492
{ text: '深色模式', link: 'theme-dark' },
493-
{ text: '智能化', link: 'mcp' },
493+
{ text: 'Skills 使用指南', link: 'skills' },
494494
{ text: '表单校验配置', link: 'form-valid' },
495495
{ text: '常见问题', link: 'faq' }
496496
]
@@ -743,7 +743,7 @@ export default defineConfig({
743743
'/tiny-editor/demo/': TinyEditorSidebar,
744744
'/tiny-editor/api/': TinyEditorSidebar,
745745
'/tiny-editor/modules/': TinyEditorSidebar,
746-
'/web-agent/guide/': WebAgentSidebar,
746+
'/web-agent/guide/': WebAgentSidebar
747747
},
748748
search: {
749749
provider: 'local'

0 commit comments

Comments
 (0)