Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Dec 18, 2024
1 parent 54091c6 commit fe362d7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/.vuepress/sidebar/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ const documentSidebar = [
{ text: '多设备登录', link: 'multi_device.html' },
]
},
{
text: '用户相关',
collapsible: true,
children: [
{ text: '用户关系', link: 'user_relationship.html' },
{ text: '用户属性', link: 'userprofile.html' },
{ text: '在线状态订阅', link: 'message_retrieve.html' },
]
},
{
text: '消息管理',
collapsible: true,
Expand Down Expand Up @@ -118,6 +109,15 @@ const documentSidebar = [
{ text: '管理聊天室属性', link: 'room_attributes.html' },
]
},
{
text: '用户相关',
collapsible: true,
children: [
{ text: '用户关系', link: 'user_relationship.html' },
{ text: '用户属性', link: 'userprofile.html' },
{ text: '在线状态订阅', link: 'message_retrieve.html' },
]
},
{
text: '离线推送',
collapsible: true,
Expand Down Expand Up @@ -219,15 +219,6 @@ const documentSidebar = [
{ text: '多设备登录', link: 'multi_device.html' },
],
},
{
text: '用户相关',
collapsible: true,
children: [
{ text: '用户关系', link: 'user_relationship.html' },
{ text: '用户属性', link: 'userprofile.html' },
{ text: '在线状态订阅', link: 'presence.html' },
]
},
{
text: '消息管理',
collapsible: true,
Expand Down Expand Up @@ -286,6 +277,15 @@ const documentSidebar = [
{ text: '管理聊天室属性', link: 'room_attributes.html' },
]
},
{
text: '用户相关',
collapsible: true,
children: [
{ text: '用户关系', link: 'user_relationship.html' },
{ text: '用户属性', link: 'userprofile.html' },
{ text: '在线状态订阅', link: 'presence.html' },
]
},
{ text: '离线推送',
collapsible: true,
children: [
Expand Down

0 comments on commit fe362d7

Please sign in to comment.