Skip to content

Commit 16bf81c

Browse files
author
haoxiuwen
committed
modify
1 parent 073ae26 commit 16bf81c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/sidebar/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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" },

0 commit comments

Comments
 (0)