Skip to content

Commit f7b339f

Browse files
committed
build bug 修复
1 parent 78064ba commit f7b339f

File tree

6 files changed

+11
-97
lines changed

6 files changed

+11
-97
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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" },

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/guide/quick-start/device-intro.md

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

docs/xrobot/guide/xiaozhi-firmware/device-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ title: 设备绑定
2525

2626
### 2.1 获取设备激活码
2727

28-
通过 OTA 通信协议获取,参考 [OTA 协议](/xrobot/api/protocol/OTA)
28+
通过 OTA 通信协议获取,参考 [OTA 协议](/xrobot/platform/OTA)
2929

3030
### 2.2 ESP32 设备通过 OTA 拿到激活码后,没有及时绑定会怎么样?
3131

docs/xrobot/guide/xiaozhi-firmware/mp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 通过微信小程序
33
---
44

55
<script setup>
6-
import { Chapters, ChapterItems } from "../../../../.vitepress/theme/constrants/route";
6+
import { Chapters, ChapterItems } from "../../../.vitepress/theme/constrants/route";
77

88
const chapter_root = Chapters.xrobot_platform_others_mp;
99
const mp_net_config_link = ChapterItems[chapter_root].filter(item => item.link === chapter_root)[0].items.filter(item => item.link.endsWith("net-config"))[0].link;

docs/xrobot/mcp/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script setup>
2+
import { Chapters } from "../../.vitepress/theme/constrants/route";
3+
4+
const chapter_root = Chapters.xrobot_mcp;
5+
</script>
6+
7+
<ChapterContents :chapter=chapter_root />

0 commit comments

Comments
 (0)