@@ -81,7 +81,7 @@ const items_xrobot_platform = [
81
81
{
82
82
text : "设备接入协议" ,
83
83
link : Chapters . xrobot_platform ,
84
- collapsed : false ,
84
+ collapsed : true ,
85
85
items : [
86
86
{ text : "OTA" , link : "OTA" } ,
87
87
{ text : "websocket" , link : "websocket" } ,
@@ -116,7 +116,7 @@ const items_xrobot_api_server = [
116
116
const items_xrobot_api = [
117
117
{
118
118
text : "平台API" ,
119
- collapsed : false ,
119
+ collapsed : true ,
120
120
link : Chapters . xrobot_api ,
121
121
items : [
122
122
...items_xrobot_api_server ,
@@ -128,7 +128,7 @@ const items_xrobot_api = [
128
128
const items_xrobot_mcp = [
129
129
{
130
130
text : "MCP接入" ,
131
- collapsed : false ,
131
+ collapsed : true ,
132
132
link : Chapters . xrobot_mcp ,
133
133
items : [
134
134
// { text: "硬件MCP", link: "hardware-mcp" },
@@ -158,7 +158,7 @@ const items_xrobot_guide_quick_start = [
158
158
{
159
159
text : "快速入门" ,
160
160
link : Chapters . xrobot_guide_quick_start ,
161
- collapsed : false ,
161
+ collapsed : true ,
162
162
items : [
163
163
...items_xrobot_platform_net_config ,
164
164
...[
@@ -222,7 +222,7 @@ const items_xrobot_guide = [
222
222
{
223
223
text : "最佳实践" ,
224
224
link : Chapters . xrobot_guide ,
225
- collapsed : false ,
225
+ collapsed : true ,
226
226
items : [
227
227
...items_xrobot_guide_quick_start ,
228
228
...items_xrobot_guide_xiaozhi_firmware ,
@@ -237,7 +237,7 @@ const items_xrobot_faq = [
237
237
{
238
238
text : "常见问题" ,
239
239
link : Chapters . xrobot_faq ,
240
- collapsed : false ,
240
+ collapsed : true ,
241
241
items : [ { text : "FAQ" , link : "faq" } ] . map ( ( item ) =>
242
242
apply_prefix ( item , Chapters . xrobot_faq )
243
243
) ,
0 commit comments