Skip to content

Commit 257f3cf

Browse files
committed
Merge branch 'main' of https://github.com/srsng/Xrobot-docs
2 parents 9e4331c + f7b339f commit 257f3cf

File tree

14 files changed

+29
-467
lines changed

14 files changed

+29
-467
lines changed

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

Lines changed: 4 additions & 7 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" },
@@ -160,9 +160,6 @@ const items_xrobot_guide_quick_start = [
160160
link: Chapters.xrobot_guide_quick_start,
161161
collapsed: false,
162162
items: [
163-
...[{ text: "设备基本配置流程说明", link: "device-intro" }].map((item) =>
164-
apply_prefix(item, Chapters.xrobot_guide_quick_start)
165-
),
166163
...items_xrobot_platform_net_config,
167164
...[
168165
{ text: "智能体连接指南", link: "device-connection" },
@@ -240,7 +237,7 @@ const items_xrobot_faq = [
240237
{
241238
text: "常见问题",
242239
link: Chapters.xrobot_faq,
243-
// collapsed: false,
240+
collapsed: false,
244241
items: [{ text: "FAQ", link: "faq" }].map((item) =>
245242
apply_prefix(item, Chapters.xrobot_faq)
246243
),

docs/xrobot/api/client/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
import { Chapters } from "../../../.vitepress/theme/constrants/route";
33

4-
const chapter_root = Chapters.xrobot_api_client;
4+
// const chapter_root = Chapters.xrobot_api_client;
55
</script>
66

7-
<ChapterContents :chapter=chapter_root />
7+
<!-- <ChapterContents :chapter=chapter_root /> -->

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.
-272 KB
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)