Skip to content

Commit 48ffab3

Browse files
committed
chores: 少量调整路由与页面位置
1 parent 423654a commit 48ffab3

File tree

16 files changed

+11
-2
lines changed

16 files changed

+11
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export const items_xrobot_platform_device = [
146146
items: [
147147
{ text: "使用指南", link: "device-intro" },
148148
{ text: "绑定", link: "device-bind" },
149-
{ text: "智能体连接指南", link: "device-connection" },
150149
].map((item) => apply_prefix(item, Chapters.xrobot_platform_others_device)),
151150
},
152151
];
@@ -156,7 +155,7 @@ const items_xrobot_platform_console = [
156155
text: "控制台(智控台)",
157156
link: Chapters.xrobot_platform_others_console,
158157
collapsed: true,
159-
items: [{ text: "example", link: "" }].map((item) =>
158+
items: [{ text: "智能体连接指南", link: "device-connection" }].map((item) =>
160159
apply_prefix(item, Chapters.xrobot_platform_others_console)
161160
),
162161
},

docs/xrobot/platform/esp32/C3.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ title: esp32-c3
55
## 固件下载
66

77
ESP32-C3 <https://algorithm.qnaigc.com/xiaoling-rom/xiaoling-202507021613-ESP32C3-xiage_mini_c3-nihaoxiaozhi-without_dns.bin>
8+
9+
<!-- todo: 具体烧录 -->
10+
11+
下载固件后,可参考 Flash 工具/Web 端烧录固件(无 IDF 开发环境)中的 3 种烧录方式进行烧录,推荐使用第 2 种,比较方便。

docs/xrobot/platform/esp32/S3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: esp32-s3
55
## 固件下载
66

77
ESP32-S3 <https://algorithm.qnaigc.com/xiaoling-rom/xiaoling-202507021613-ESP32S3-bread_compact-nihaoxiaozhi_nihaoxiaoxin-without_dns.bin>
8+
9+
下载固件后,可参考 Flash 工具/Web 端烧录固件(无 IDF 开发环境)中的 3 种烧录方式进行烧录,推荐使用第 2 种,比较方便。

docs/xrobot/platform/others/device/device-connection.md renamed to docs/xrobot/platform/others/console/device-connection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: "智能体连接指南"
33
---
44

5+
<!-- todo: 调整内容 -->
6+
57
## 一、智能体设置说明
68

79
### 1. 进入智能体设置

docs/xrobot/platform/others/device/imgs/device-connection/1.1.png renamed to docs/xrobot/platform/others/console/imgs/device-connection/1.1.png

File renamed without changes.

docs/xrobot/platform/others/device/imgs/device-connection/1.2.png renamed to docs/xrobot/platform/others/console/imgs/device-connection/1.2.png

File renamed without changes.

docs/xrobot/platform/others/device/imgs/device-connection/1.3.png renamed to docs/xrobot/platform/others/console/imgs/device-connection/1.3.png

File renamed without changes.

docs/xrobot/platform/others/device/imgs/device-connection/1.4.png renamed to docs/xrobot/platform/others/console/imgs/device-connection/1.4.png

File renamed without changes.

docs/xrobot/platform/others/device/imgs/device-connection/1.5.png renamed to docs/xrobot/platform/others/console/imgs/device-connection/1.5.png

File renamed without changes.

docs/xrobot/platform/others/device/imgs/device-connection/2.3.0.png renamed to docs/xrobot/platform/others/console/imgs/device-connection/2.3.0.png

File renamed without changes.

0 commit comments

Comments
 (0)