File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,28 @@ export const zhSidebar = sidebar({
2222 { text : "特性介绍" ,
2323 children : [
2424 { text : "消息" ,
25+ collapsible : true ,
2526 children : [
2627 { text : "消息概述" , link : "product_message_overview.html" } ,
2728 { text : "消息格式" , link : "product_message_format.html" } ,
2829 ] ,
2930 } ,
3031 { text : "用户账号" ,
32+ collapsible : true ,
3133 children : [
3234 { text : "用户注册与登录" , link : "product_user_registration_login.html" } ,
3335 { text : "在线状态管理" , link : "product_user_presence.html" } ,
3436 ] ,
3537 } ,
3638 { text : "用户属性与用户关系" ,
39+ collapsible : true ,
3740 children : [
3841 { text : "用户属性" , link : "product_user_attribute.html" } ,
3942 { text : "用户关系" , link : "product_user_relationship.html" } ,
4043 ] ,
4144 } ,
4245 { text : "群组" ,
46+ collapsible : true ,
4347 children : [
4448 { text : "群组概述" , link : "product_group_overview.html" } ,
4549 { text : "子区" , link : "product_thread_overview.html" } ,
You can’t perform that action at this time.
0 commit comments