@@ -25,9 +25,6 @@ const documentSidebar = [
2525 { text : 'Demo(EaseIM App)体验' , link : 'demo.html' , except : [ 'web' , 'windows' , 'react-native' , 'flutter' , 'unity' , 'server-side' ] } ,
2626 { text : '快速开始' , link : 'quickstart.html' , except : [ 'windows' , 'react-native' , 'flutter' , 'unity' , 'server-side' ] } ,
2727 { text : '快速开始' , link : 'quickstart.html' , only : [ 'windows' , 'react-native' , 'flutter' , 'unity' ] } ,
28- { text : '按需导入 SDK(推荐)' , link : 'import_sdk_minicore.html' , only : [ 'web' ] } ,
29- { text : 'SDK 集成概述' , link : 'overview.html' , only : [ 'android' , 'ios' , 'web' , 'harmonyos' , 'flutter' ] } ,
30- { text : 'SDK 集成概述' , link : 'overview.html' , only : [ 'windows' , 'react-native' , 'unity' ] } ,
3128 // { text: '私有云 SDK 集成配置', link: 'privatecloud.html', except: ['windows', 'server-side', 'react-native', 'flutter', 'unity'] },
3229 { text : 'SDK 更新日志' , link : 'releasenote.html' , except : [ 'server-side' ] } ,
3330 /*{ text: 'API reference', link: 'apireference.html', only: ['android', 'ios', 'web', 'windows', 'react-native', 'flutter', 'unity']},*/
@@ -40,8 +37,19 @@ const documentSidebar = [
4037 except : [ 'applet' , 'electron' , 'linux' ]
4138 } ,
4239 {
43- text : '基础功能 ' ,
40+ text : '用户指南 ' ,
4441 children : [
42+ { text : '集成 SDK' , link : 'integration.html' } ,
43+ { text : '初始化' , link : 'initialization.html' } ,
44+ {
45+ text : '登录' ,
46+ collapsible : true ,
47+ children : [
48+ { text : '登录介绍' , link : 'login.html' } ,
49+ { text : '连接' , link : 'connection.html' } ,
50+ { text : '多设备登录' , link : 'multi_device.html' } ,
51+ ]
52+ } ,
4553 {
4654 text : '消息管理' ,
4755 collapsible : true ,
@@ -53,13 +61,15 @@ const documentSidebar = [
5361 { text : '搜索消息' , link : 'message_search.html' , except : [ 'web' , 'harmonyos' ] } ,
5462 { text : '消息回执' , link : 'message_receipt.html' } ,
5563 { text : '修改消息' , link : 'message_modify.html' } ,
64+ { text : '消息表情回复' , link : 'reaction.html' } ,
5665 { text : '转发消息' , link : 'message_forward.html' , except : [ 'web' ] } ,
5766 { text : '导入和插入消息' , link : 'message_import_insert.html' , except : [ 'web' ] } ,
5867 { text : '更新消息' , link : 'message_update.html' , except : [ 'web' ] } ,
5968 { text : '删除消息' , link : 'message_delete.html' } ,
6069 { text : '置顶消息' , link : 'message_pin.html' , except : [ 'harmonyos' ] } ,
6170 { text : '翻译消息' , link : 'message_translation.html' , except : [ 'harmonyos' ] } ,
6271 { text : '只投在线用户' , link : 'message_deliver_only_online.html' } ,
72+ { text : '消息审核(举报)' , link : 'moderation.html' , except : [ 'harmonyos' ] } ,
6373 { text : '获取消息流量统计' , link : 'message_traffic_statis.html' , only : [ 'android' , 'ios' ] } ,
6474 ]
6575 } ,
@@ -70,15 +80,13 @@ const documentSidebar = [
7080 { text : '会话介绍' , link : 'conversation_overview.html' } ,
7181 { text : '会话列表' , link : 'conversation_list.html' } ,
7282 { text : '本地会话' , link : 'conversation_local.html' , only : [ 'web' ] } ,
73- { text : '会话已读回执' , link : 'conversation_receipt.html' , only : [ 'android' , 'ios' , 'web' ] } ,
83+ { text : '会话已读回执' , link : 'conversation_receipt.html' } ,
7484 { text : '会话未读数' , link : 'conversation_unread.html' , except : [ 'web' ] } ,
7585 { text : '置顶会话' , link : 'conversation_pin.html' } ,
7686 { text : '会话标记' , link : 'conversation_mark.html' } ,
7787 { text : '删除会话' , link : 'conversation_delete.html' } ,
7888 ]
7989 } ,
80- { text : '管理用户属性' , link : 'userprofile.html' } ,
81- { text : '管理用户关系' , link : 'user_relationship.html' } ,
8290 {
8391 text : '群组管理' ,
8492 collapsible : true ,
@@ -87,6 +95,8 @@ const documentSidebar = [
8795 { text : '创建和管理群组' , link : 'group_manage.html' } ,
8896 { text : '管理群组成员' , link : 'group_members.html' } ,
8997 { text : '管理群组属性' , link : 'group_attributes.html' } ,
98+ { text : '管理子区' , link : 'thread.html' , except : [ 'harmonyos' ] } ,
99+ { text : '管理子区消息' , link : 'thread_message.html' , except : [ 'harmonyos' ] }
90100 ]
91101 } ,
92102 {
@@ -99,13 +109,16 @@ const documentSidebar = [
99109 { text : '管理聊天室属性' , link : 'room_attributes.html' } ,
100110 ]
101111 } ,
102- ] ,
103- except : [ 'applet' , 'server-side' , 'electron' , 'linux' ]
104- } ,
105- {
106- text : '进阶功能' ,
107- children : [
108- {
112+ {
113+ text : '用户相关' ,
114+ collapsible : true ,
115+ children : [
116+ { text : '用户关系' , link : 'user_relationship.html' } ,
117+ { text : '用户属性' , link : 'userprofile.html' } ,
118+ { text : '在线状态订阅' , link : 'message_retrieve.html' } ,
119+ ]
120+ } ,
121+ {
109122 text : '离线推送' ,
110123 collapsible : true ,
111124 children : [
@@ -139,33 +152,33 @@ const documentSidebar = [
139152 { text : 'FAQ' , link : 'push/push_solution.html' , only : [ 'android' , 'ios' , 'harmonyos' ] } ,
140153 ]
141154 } ,
142- { text : '登录多个设备' , link : 'multi_device.html' } ,
143- { text : '管理在线状态订阅' , link : 'presence.html' } ,
144- { text : '消息表情回复' , link : 'reaction.html' } ,
145- {
146- text : '子区管理' ,
147- collapsible : true ,
148- children : [
149- { text : '管理子区' , link : 'thread.html' , except : [ 'harmonyos' ] } ,
150- { text : '管理子区消息' , link : 'thread_message.html' , except : [ 'harmonyos' ] }
151- ]
152- } ,
153- { text : '消息审核(举报)' , link : 'moderation.html' , except : [ 'harmonyos' ] } ,
154155 ] ,
155156 except : [ 'applet' , 'server-side' , 'electron' , 'linux' ]
156157 } ,
157158 {
158- text : '其他 ' ,
159+ text : '错误排查 ' ,
159160 children : [
160161 { text : '错误码' , link : 'error.html' } ,
161- //{ text: 'EaseIMKit 使用指南', link: 'easeimkit.html', except: ['web', 'windows', 'react-native', 'flutter', 'unity'] },
162- { text : 'EaseCallKit 使用指南' , link : 'easecallkit.html' , except : [ 'web' , 'windows' , 'react-native' , 'flutter' , 'unity' , 'harmonyos' ] } ,
162+ { text : '日志' , link : 'log.html' , except : [ 'flutter' ] } ,
163+ ] ,
164+ except : [ 'applet' , 'server-side' , 'electron' , 'linux' ]
165+ } ,
166+ {
167+ text : 'CallKit 使用指南' ,
168+ children : [
169+ { text : 'EaseCallKit 使用指南' , link : 'easecallkit.html' , only : [ 'android' , 'ios' ] } ,
163170 { text : 'CallKit 使用指南' , link : 'easecallkit.html' , only : [ 'web' ] } ,
164- { text : '苹果隐私策略' , link : 'privacy_policy.html' , only : [ 'ios' ] } ,
165171 ] ,
166172 except : [ 'applet' , 'server-side' , 'electron' , 'linux' ]
167173
168174 } ,
175+ {
176+ text : '苹果隐私策略' ,
177+ children : [
178+ { text : '苹果隐私策略' , link : 'privacy_policy.html' , only : [ 'ios' ] } ,
179+ ] ,
180+ except : [ 'applet' , 'server-side' , 'electron' , 'linux' ]
181+ } ,
169182 {
170183 text : '精简版 SDK' ,
171184 children : [
@@ -182,22 +195,30 @@ const documentSidebar = [
182195 only : [ 'applet' ]
183196 } ,
184197 {
185- text : '集成介绍 ' ,
198+ text : '用户指南 ' ,
186199 children : [
187- { text : '微信小程序' , link : 'wechat.html' } ,
188- { text : 'QQ 小程序' , link : 'qq.html' } ,
189- { text : '百度小程序' , link : 'baidu.html' } ,
190- { text : '抖音小程序' , link : 'bytedance.html' } ,
191- { text : '支付宝小程序' , link : 'alipay.html' } ,
192- { text : 'Uniapp 全平台' , link : 'uniapp.html' } ,
193- { text : '小程序 API 文档' , link : 'apidoc.html' } ,
194- ] ,
195- only : [ 'applet' ]
196- } ,
197- {
198- text : '基本功能' ,
199- children : [
200- { text : '初始化及登录' , link : 'initialization.html' } ,
200+ {
201+ text : '集成介绍' ,
202+ children : [
203+ { text : '微信小程序' , link : 'wechat.html' } ,
204+ { text : 'QQ 小程序' , link : 'qq.html' } ,
205+ { text : '百度小程序' , link : 'baidu.html' } ,
206+ { text : '抖音小程序' , link : 'bytedance.html' } ,
207+ { text : '支付宝小程序' , link : 'alipay.html' } ,
208+ { text : 'Uniapp 全平台' , link : 'uniapp.html' } ,
209+ { text : '小程序 API 文档' , link : 'apidoc.html' } ,
210+ ] ,
211+ } ,
212+ { text : '初始化' , link : 'initialization.html' } ,
213+ {
214+ text : '登录' ,
215+ collapsible : true ,
216+ children : [
217+ { text : '登录介绍' , link : 'login.html' } ,
218+ { text : '连接' , link : 'connection.html' } ,
219+ { text : '多设备登录' , link : 'multi_device.html' } ,
220+ ] ,
221+ } ,
201222 {
202223 text : '消息管理' ,
203224 collapsible : true ,
@@ -207,11 +228,13 @@ const documentSidebar = [
207228 { text : '获取历史消息' , link : 'message_retrieve.html' } ,
208229 { text : '撤回消息' , link : 'message_recall.html' } ,
209230 { text : '消息回执' , link : 'message_receipt.html' } ,
231+ { text : '消息表情回复' , link : 'reaction.html' } ,
210232 { text : '修改消息' , link : 'message_modify.html' } ,
211233 { text : '删除消息' , link : 'message_delete.html' } ,
212234 { text : '置顶消息' , link : 'message_pin.html' } ,
213235 { text : '翻译消息' , link : 'message_translation.html' } ,
214- { text : '只投在线用户' , link : 'message_deliver_only_online.html' } ,
236+ { text : '只投在线用户' , link : 'message_deliver_only_online.html' } ,
237+ { text : '消息审核(举报)' , link : 'moderation.html' } ,
215238 ]
216239 } ,
217240 {
@@ -226,8 +249,6 @@ const documentSidebar = [
226249 { text : '删除会话' , link : 'conversation_delete.html' } ,
227250 ]
228251 } ,
229- { text : '管理用户属性' , link : 'userprofile.html' } ,
230- { text : '管理用户关系' , link : 'user_relationship.html' } ,
231252 {
232253 text : '群组管理' ,
233254 collapsible : true ,
@@ -236,6 +257,14 @@ const documentSidebar = [
236257 { text : '创建和管理群组' , link : 'group_manage.html' } ,
237258 { text : '管理群组成员' , link : 'group_members.html' } ,
238259 { text : '管理群组属性' , link : 'group_attributes.html' } ,
260+ {
261+ text : '子区管理' ,
262+ collapsible : true ,
263+ children : [
264+ { text : '管理子区' , link : 'thread.html' } ,
265+ { text : '管理子区消息' , link : 'thread_message.html' }
266+ ]
267+ } ,
239268 ]
240269 } ,
241270 {
@@ -248,12 +277,15 @@ const documentSidebar = [
248277 { text : '管理聊天室属性' , link : 'room_attributes.html' } ,
249278 ]
250279 } ,
251- ] ,
252- only : [ 'applet' ]
253- } ,
254- {
255- text : '进阶功能' ,
256- children : [
280+ {
281+ text : '用户相关' ,
282+ collapsible : true ,
283+ children : [
284+ { text : '用户关系' , link : 'user_relationship.html' } ,
285+ { text : '用户属性' , link : 'userprofile.html' } ,
286+ { text : '在线状态订阅' , link : 'presence.html' } ,
287+ ]
288+ } ,
257289 { text : '离线推送' ,
258290 collapsible : true ,
259291 children : [
@@ -265,25 +297,20 @@ const documentSidebar = [
265297 { text : 'uni-app 离线推送' , link : 'push/uniapp_push.html' }
266298 ]
267299 } ,
268- { text : '登录多个设备' , link : 'multi_device.html' } ,
269- { text : '管理在线状态订阅' , link : 'presence.html' } ,
270- { text : '消息表情回复' , link : 'reaction.html' } ,
271- {
272- text : '子区管理' ,
273- collapsible : true ,
274- children : [
275- { text : '管理子区' , link : 'thread.html' } ,
276- { text : '管理子区消息' , link : 'thread_message.html' }
277- ]
278- } ,
279- { text : '消息审核(举报)' , link : 'moderation.html' } ,
280300 ] ,
281301 only : [ 'applet' ]
282302 } ,
283303 {
284- text : '其他帮助 ' ,
304+ text : '错误排查 ' ,
285305 children : [
286306 { text : '错误码' , link : 'error.html' } ,
307+ { text : '日志' , link : 'log.html' } ,
308+ ] ,
309+ only : [ 'applet' ]
310+ } ,
311+ {
312+ text : '其他帮助' ,
313+ children : [
287314 { text : 'Uniapp 生成原生 Android、iOS 应用' , link : 'uniappnativeapp.html' } ,
288315 { text : '小程序模板使用指南' , link : 'uniappuikit.html' } ,
289316 { text : '如何配置服务器域名' , link : 'serverconfig.html' } ,
0 commit comments