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.
2 parents ff47fd2 + c34b534 commit 96e2bc9Copy full SHA for 96e2bc9
docs/.vitepress/theme/constrants/route.ts
@@ -92,6 +92,8 @@ const items_xrobot_api = [
92
items: [
93
{ text: "用户API", link: "user" },
94
{ text: "智能体API", link: "agent" },
95
+ { text: "大语言模型API", link: "llm" },
96
+ { text: "知识库API", link: "knowledge" },
97
{ text: "聊天记录API", link: "chat-history" },
98
{ text: "设备API", link: "device" },
99
{ text: "音色克隆API", link: "voice-clone" },
@@ -106,9 +108,9 @@ const items_xrobot_mcp = [
106
108
collapsed: true,
107
109
link: Chapters.xrobot_mcp,
110
- { text: "示例:音乐网盘", link: "example-music-pan" },
- // { text: "硬件MCP", link: "hardware-mcp" },
111
- // { text: "软件MCP", link: "software-mcp" },
+
112
+ { text: "端侧MCP", link: "hardware-mcp" },
113
+ { text: "云端MCP", link: "software-mcp" },
114
].map((item) => apply_prefix(item, Chapters.xrobot_mcp)),
115
},
116
];
0 commit comments