Skip to content

Commit 78064ba

Browse files
committed
删除多余文件
1 parent f63c1f0 commit 78064ba

File tree

9 files changed

+18
-370
lines changed

9 files changed

+18
-370
lines changed

docs/.vitepress/theme/constrants/route.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const items_xrobot_platform = [
8181
{
8282
text: "设备接入协议",
8383
link: Chapters.xrobot_platform,
84-
// collapsed: false,
84+
collapsed: false,
8585
items: [
8686
{ text: "OTA", link: "OTA" },
8787
{ text: "websocket", link: "websocket" },
@@ -116,7 +116,7 @@ const items_xrobot_api_server = [
116116
const items_xrobot_api = [
117117
{
118118
text: "平台API",
119-
// collapsed: false,
119+
collapsed: false,
120120
link: Chapters.xrobot_api,
121121
items: [
122122
...items_xrobot_api_server,
@@ -128,7 +128,7 @@ const items_xrobot_api = [
128128
const items_xrobot_mcp = [
129129
{
130130
text: "MCP接入",
131-
// collapsed: false,
131+
collapsed: false,
132132
link: Chapters.xrobot_mcp,
133133
items: [
134134
// { text: "硬件MCP", link: "hardware-mcp" },
@@ -240,7 +240,7 @@ const items_xrobot_faq = [
240240
{
241241
text: "常见问题",
242242
link: Chapters.xrobot_faq,
243-
// collapsed: false,
243+
collapsed: false,
244244
items: [{ text: "FAQ", link: "faq" }].map((item) =>
245245
apply_prefix(item, Chapters.xrobot_faq)
246246
),

docs/xrobot/api/mcp/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/xrobot/api/protocol/MQTT.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/xrobot/api/protocol/OTA.md

Lines changed: 0 additions & 143 deletions
This file was deleted.
-248 KB
Binary file not shown.
Binary file not shown.

docs/xrobot/api/protocol/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)