We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4956bbc commit e9aa976Copy full SHA for e9aa976
1 file changed
.vitepress/config.mjs
@@ -159,7 +159,8 @@ export default defineConfig({
159
{ text: "WebUI", link: "/webui" },
160
{ text: "插件", link: "/plugin" },
161
{ text: "内置指令", link: "/command" },
162
- { text: "函数调用", link: "/function-calling" },
+ { text: "工具使用 Tools", link: "/function-calling" },
163
+ { text: "技能 Skills", link: "/skills" },
164
{ text: "MCP", link: "/mcp" },
165
{ text: "网页搜索", link: "/websearch" },
166
{ text: "知识库", link: "/knowledge-base" },
@@ -377,7 +378,8 @@ export default defineConfig({
377
378
379
{ text: "Plugins", link: "/plugin" },
380
{ text: "Built-in Commands", link: "/command" },
- { text: "Function Calling", link: "/function-calling" },
381
+ { text: "Tool Use", link: "/function-calling" },
382
+ { text: "Anthropic Skills", link: "/skills" },
383
384
{ text: "Web Search", link: "/websearch" },
385
{ text: "Knowledge Base", link: "/knowledge-base" },
0 commit comments