Skip to content

Commit c821c1e

Browse files
committed
chores:调整sidebar可折叠性
1 parent cb7dadf commit c821c1e

File tree

1 file changed

+2
-2
lines changed
  • docs/.vitepress/theme/constrants

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const items_xrobot_api_protocol = [
116116
export const items_xrobot_api = [
117117
{
118118
text: "API参考",
119-
collapsed: false,
119+
// collapsed: false,
120120
link: Chapters.xrobot_api,
121121
items: [
122122
...items_xrobot_api_server,
@@ -215,7 +215,7 @@ const items_xrobot_platform = [
215215
{
216216
text: "最佳实践",
217217
link: Chapters.xrobot_platform,
218-
collapsed: false,
218+
// collapsed: false,
219219
items: [...items_xrobot_platform_esp32, ...items_xrobot_platform_others],
220220
},
221221
];

0 commit comments

Comments
 (0)