We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7dadf commit c821c1eCopy full SHA for c821c1e
docs/.vitepress/theme/constrants/route.ts
@@ -116,7 +116,7 @@ export const items_xrobot_api_protocol = [
116
export const items_xrobot_api = [
117
{
118
text: "API参考",
119
- collapsed: false,
+ // collapsed: false,
120
link: Chapters.xrobot_api,
121
items: [
122
...items_xrobot_api_server,
@@ -215,7 +215,7 @@ const items_xrobot_platform = [
215
216
text: "最佳实践",
217
link: Chapters.xrobot_platform,
218
219
items: [...items_xrobot_platform_esp32, ...items_xrobot_platform_others],
220
},
221
];
0 commit comments