Skip to content

Commit 40920da

Browse files
committed
调整章节guide_device的实际位置到guide目录下
1 parent 3d597a6 commit 40920da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+7
-7
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export enum Chapters {
2121
// guide
2222
xrobot_guide = "/xrobot/guide",
2323
xrobot_guide_mp = "/xrobot/guide/mini-program",
24-
xrobot_guide_device = "/xrobot/device/", // todo: 调整device位置
24+
xrobot_guide_device = "/xrobot/guide/device/",
2525
xrobot_guide_console = "/xrobot/guide/console",
2626
xrobot_guide_net_config = "/xrobot/guide/net-config",
2727
// api
@@ -118,13 +118,13 @@ export const items_xrobot_guide_mp = [
118118

119119
export const items_xrobot_guide_device = [
120120
{
121-
text: "设备使用",
121+
text: "设备配置与使用",
122122
link: Chapters.xrobot_guide_device,
123123
collapsed: true,
124124
items: [
125-
{ text: "设备使用指南", link: "device-intro" },
126-
{ text: "设备绑定", link: "device-bind" },
127-
{ text: "设备服务通信协议", link: "device-protocol" },
125+
{ text: "使用指南", link: "device-intro" },
126+
{ text: "绑定", link: "device-bind" },
127+
{ text: "服务通信协议", link: "device-protocol" },
128128
{ text: "智能体连接指南", link: "device-connection" },
129129
].map((item) => apply_prefix(item, Chapters.xrobot_guide_device)),
130130
},
@@ -135,7 +135,7 @@ const items_xrobot_guide_console = [
135135
text: "控制台(智控台)",
136136
link: Chapters.xrobot_guide_console,
137137
collapsed: true,
138-
items: [{ text: "设备绑定", link: "" }].map((item) =>
138+
items: [{ text: "example", link: "" }].map((item) =>
139139
apply_prefix(item, Chapters.xrobot_guide_console)
140140
),
141141
},
File renamed without changes.
File renamed without changes.

docs/xrobot/device/imgs/device-bind/3.device-code.png renamed to docs/xrobot/guide/device/imgs/device-bind/3.device-code.png

File renamed without changes.

docs/xrobot/device/imgs/device-bind/4.captcha-eg.png renamed to docs/xrobot/guide/device/imgs/device-bind/4.captcha-eg.png

File renamed without changes.

docs/xrobot/device/imgs/device-bind/agentcard-eg.png renamed to docs/xrobot/guide/device/imgs/device-bind/agentcard-eg.png

File renamed without changes.

0 commit comments

Comments
 (0)