@@ -6,6 +6,13 @@ import { PUSH_SIDEBAR } from "./push";
6
6
7
7
export const zhSidebar = sidebar ( {
8
8
"/product/" : [
9
+ {
10
+ text : "产品动态" ,
11
+ collapsible : true ,
12
+ children : [
13
+ { text : "产品动态" , link : "product_dynamics.html" } ,
14
+ ] ,
15
+ } ,
9
16
{
10
17
/*
11
18
text: 分组标题
@@ -21,55 +28,59 @@ export const zhSidebar = sidebar({
21
28
children : [
22
29
{ text : "产品概述" , link : "introduction.html" } ,
23
30
{ text : "应用场景" , link : "application_scenario.html" } ,
24
- { text : "主要特性" , link : "product_function.html" } ,
25
- { text : "计费说明" , link : "pricing.html" } ,
26
- { text : "特性介绍" ,
31
+ { text : "功能介绍" , link : "product_function.html" } ,
32
+ { text : "账号系统" ,
27
33
collapsible : true ,
28
34
children : [
29
- { text : "消息" ,
30
- collapsible : true ,
31
- children : [
32
- { text : "消息概述" , link : "product_message_overview.html" } ,
33
- { text : "消息格式" , link : "product_message_format.html" } ,
34
- ] ,
35
- } ,
36
- { text : "用户账号" ,
37
- collapsible : true ,
38
- children : [
39
- { text : "用户注册与登录" , link : "product_user_registration_login.html" } ,
40
- { text : "在线状态管理" , link : "product_user_presence.html" } ,
41
- ] ,
42
- } ,
43
- { text : "用户属性与用户关系" ,
44
- collapsible : true ,
45
- children : [
46
- { text : "用户属性" , link : "product_user_attribute.html" } ,
47
- { text : "用户关系" , link : "product_user_relationship.html" } ,
48
- ] ,
49
- } ,
50
- { text : "群组" ,
51
- collapsible : true ,
52
- children : [
53
- { text : "群组概述" , link : "product_group_overview.html" } ,
54
- { text : "子区" , link : "product_thread_overview.html" } ,
55
- ] ,
56
- } ,
57
- { text : "聊天室" , link : "product_chatroom_overview.html" } ,
58
- { text : "离线推送" , link : "product_offline_push_overview.html" } ,
59
- ] ,
35
+ { text : "用户注册与登录" , link : "product_user_registration_login.html" } ,
36
+ { text : "在线状态管理" , link : "product_user_presence.html" } ,
37
+ ] ,
60
38
} ,
61
- { text : "数据中心" , link : "data_center.html" } ,
62
- { text : "产品动态" , link : "product_dynamics.html" } ,
63
- { text : "产品使用限制" ,
39
+ { text : "用户资料与用户关系" ,
40
+ collapsible : true ,
41
+ children : [
42
+ { text : "用户资料" , link : "product_user_attribute.html" } ,
43
+ { text : "用户关系" , link : "product_user_relationship.html" } ,
44
+ ] ,
45
+ } ,
46
+ { text : "消息" ,
47
+ collapsible : true ,
48
+ children : [
49
+ { text : "消息概述" , link : "product_message_overview.html" } ,
50
+ { text : "消息格式" , link : "product_message_format.html" } ,
51
+ ] ,
52
+ } ,
53
+ { text : "离线推送" , link : "product_offline_push_overview.html" } ,
54
+ { text : "群组" ,
55
+ collapsible : true ,
56
+ children : [
57
+ { text : "群组概述" , link : "product_group_overview.html" } ,
58
+ { text : "子区" , link : "product_thread_overview.html" } ,
59
+ ] ,
60
+ } ,
61
+ { text : "聊天室" , link : "product_chatroom_overview.html" } ,
62
+ { text : "内容审核" , link : "moderation/moderation_overview.html" } ,
63
+ { text : "使用限制" ,
64
64
collapsible : true ,
65
65
children : [
66
66
{ text : "功能限制" , link : "limitation.html" } ,
67
67
{ text : "RESTful 接口频率限制" , link : "limitationapi.html" } ,
68
68
] ,
69
69
} ,
70
- { text : "术语表" , link : "glossary.html" } ,
70
+ { text : "数据中心" ,
71
+ collapsible : true ,
72
+ children : [
73
+ { text : "数据中心" , link : "data_center.html" } ,
74
+ ] ,
75
+ } ,
71
76
] ,
72
77
} ,
78
+ { text : "计费说明" ,
79
+ collapsible : true ,
80
+ children : [
81
+ { text : "计费说明" , link : "pricing.html" } ,
82
+ ] ,
83
+ } ,
73
84
{
74
85
text : "Demo" ,
75
86
collapsible : true ,
@@ -378,7 +389,13 @@ export const zhSidebar = sidebar({
378
389
{ text : "请求质量概览" , link : "request_quality_overview.html" } ,
379
390
] ,
380
391
} ,
381
- ] ,
392
+ { text : "术语表" ,
393
+ collapsible : true ,
394
+ children : [
395
+ { text : "术语表" , link : "glossary.html" } ,
396
+ ] ,
397
+ } ,
398
+ ] ,
382
399
...DOC_SIDEBAR ,
383
400
...CHAT_UIKIT_SIDEBAR ,
384
401
...CHATROOM_UIKIT_SIDEBAR ,
0 commit comments