Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit e9aa976

Browse files
committed
feat: update navigation links for Tools and Skills sections in documentation
1 parent 4956bbc commit e9aa976

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.vitepress/config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ export default defineConfig({
159159
{ text: "WebUI", link: "/webui" },
160160
{ text: "插件", link: "/plugin" },
161161
{ text: "内置指令", link: "/command" },
162-
{ text: "函数调用", link: "/function-calling" },
162+
{ text: "工具使用 Tools", link: "/function-calling" },
163+
{ text: "技能 Skills", link: "/skills" },
163164
{ text: "MCP", link: "/mcp" },
164165
{ text: "网页搜索", link: "/websearch" },
165166
{ text: "知识库", link: "/knowledge-base" },
@@ -377,7 +378,8 @@ export default defineConfig({
377378
{ text: "WebUI", link: "/webui" },
378379
{ text: "Plugins", link: "/plugin" },
379380
{ text: "Built-in Commands", link: "/command" },
380-
{ text: "Function Calling", link: "/function-calling" },
381+
{ text: "Tool Use", link: "/function-calling" },
382+
{ text: "Anthropic Skills", link: "/skills" },
381383
{ text: "MCP", link: "/mcp" },
382384
{ text: "Web Search", link: "/websearch" },
383385
{ text: "Knowledge Base", link: "/knowledge-base" },

0 commit comments

Comments
 (0)