Skip to content

Commit 9e4331c

Browse files
committed
Revert "修复一系列build时可发现的错误"
This reverts commit fc029f1.
1 parent ba1c31d commit 9e4331c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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: 1 addition & 1 deletion
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_mcp;
4+
const chapter_root = Chapters.xrobot_api_mcp;
55
</script>
66

77
<ChapterContents :chapter=chapter_root />

docs/xrobot/api/protocol/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_protocol;
4+
const chapter_root = Chapters.xrobot_api_protocol;
55
</script>
66

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

docs/xrobot/guide/quick-start/device-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bin 固件烧录后,设备保持接通电源状态,重启设备,设备进
4545

4646
### 3)配网步骤
4747

48-
具体配网流程参考同章节的 [配网篇](./net-config/index)
48+
具体配网流程参考同章节的 [配网篇](../net-config/index)
4949

5050
## 4. 绑定设备到 [控制台 - 七牛云灵芯平台](https://xrobo.qiniu.com/)
5151

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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

8-
const chapter_root = Chapters.xrobot_guide_xiaozhi_hardware;
8+
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;
1010
</script>
1111

0 commit comments

Comments
 (0)