Skip to content

Commit d95d8c8

Browse files
authored
Merge pull request #1470 from haoxiuwen/architecture
New Doc Architecture
2 parents 3dcd52f + 1169f1a commit d95d8c8

File tree

511 files changed

+23804
-24396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

511 files changed

+23804
-24396
lines changed

docs/.vuepress/config.ts.69f76f9a.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ var documentSidebar = [
685685
text: "\u804A\u5929\u5BA4",
686686
collapsible: true,
687687
children: [
688-
{ text: "\u7BA1\u7406\u8D85\u7EA7\u7BA1\u7406\u5458", link: "chatroom_superadmin.html" },
688+
{ text: "\u7BA1\u7406\u8D85\u7EA7\u7BA1\u7406\u5458", link: "chatroom_superadmin_add.html" },
689689
{ text: "\u7BA1\u7406\u804A\u5929\u5BA4", link: "chatroom_manage.html" },
690690
{ text: "\u7BA1\u7406\u804A\u5929\u5BA4\u5C5E\u6027", link: "chatroom_attribute.html" },
691691
{

docs/.vuepress/navbar/index.ts

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { navbar } from 'vuepress-theme-hope'
22

33
export const zhNavbar = navbar([
4-
{ text: '产品简介', link: '/product/introduction.html' },
4+
{ text: '产品介绍', link: '/product/introduction.html' },
55
{
66
text: 'UIKit',
77
children: [
@@ -98,7 +98,7 @@ export const zhNavbar = navbar([
9898
]
9999
},
100100
{
101-
text: 'SDK/REST 集成',
101+
text: 'SDK',
102102
children: [
103103
{
104104
text: '平台',
@@ -160,24 +160,11 @@ export const zhNavbar = navbar([
160160
},
161161
]
162162
},
163-
{
164-
text: '服务端',
165-
children: [
166-
{
167-
text: 'REST API',
168-
icon: '/icon-platform.svg',
169-
link: '/document/server-side/overview.html'
170-
},
171-
{
172-
text: 'Java',
173-
icon: '/icon-platform.svg',
174-
link: '/document/server-side/java_server_sdk_2.0.html'
175-
}
176-
]
177-
}
178163
]
179164
},
180-
{
165+
{ text: '服务端 API', link: '/document/server-side/overview.html'},
166+
167+
/* {
181168
text: 'API 参考',
182169
children: [
183170
{
@@ -210,6 +197,7 @@ export const zhNavbar = navbar([
210197
}
211198
]
212199
},
200+
213201
{
214202
text: '框架',
215203
children: [
@@ -252,10 +240,25 @@ export const zhNavbar = navbar([
252240
}
253241
]
254242
},
243+
*/
244+
/*{
245+
text: '内容审核',
246+
link: '/product/moderation_overview.html'
247+
},
255248
{
256249
text: '即时推送',
257250
link: '/push/push_overview.html'
258251
},
252+
*/
253+
{
254+
text: '增值服务',
255+
children: [
256+
{ text: '内容审核', link: '/value-added/moderation/moderation_overview.html'},
257+
{ text: '实时音视频', link: '/callkit/android/product_activation.html'},
258+
{ text: '消息翻译', link: '/value-added/translation/message_translation_android.html'},
259+
{ text: '即时推送', link: '/value-added/push/push_overview.html'}
260+
]
261+
},
259262
// {
260263
// text: "私有部署",
261264
// children: [
@@ -269,6 +272,6 @@ export const zhNavbar = navbar([
269272
// },
270273
// ],
271274
// },
272-
{ text: '历史版本', link: 'https://docs-im.easemob.com/ccim/intro' },
275+
{ text: '历史版本', link: 'https://docs-im.easemob.com/ccim/intro' },
273276
// { text: '有奖调研', link: 'https://doc.easemob.com/form/wjx.html' }
274277
])
164 KB
Loading

docs/.vuepress/sidebar/callkit.ts

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,19 @@ const callKitSidebar = [
2929
{ text: "购买指南", link: "product_purchase.html" }
3030
]
3131
},
32-
{
33-
text: "快速开始",
34-
collapsible: true,
35-
children: [
36-
{ text: "跑通示例项目", link: "sample_runthrough.html" },
37-
{ text: "快速开始", link: "quickstart.html" }
38-
]
39-
},
40-
{
41-
text: "集成文档",
42-
collapsible: true,
43-
children: [
44-
{ text: "CallKit 架构", link: "architecture.html" },
45-
{ text: "集成 CallKit", link: "integration.html" },
46-
{ text: "权限", link: "permission.html", only: ["android"] },
47-
{
48-
text: "使用 LiveCommunicationKit", link: "livecommunicationkit.html", only: ["ios"]
49-
},
50-
{ text: "画中画", link: "picture_in_picture.html", only: ["ios"] },
51-
{ text: "使用 Telecom", link: "telecom.html", only: ["android"] },
52-
{ text: "来电通知和悬浮窗", link: "float_top.html", only: ["android"] },
53-
{ text: "自定义资源", link: "customization.html" },
54-
{ text: "通话信令", link: "signaling.html" },
55-
{ text: "API 概览", link: "api_overview.html" },
56-
{ text: "常见问题", link: "common_issue.html" },
57-
]
58-
},
32+
{ text: "跑通示例项目", link: "sample_runthrough.html" },
33+
{ text: "快速开始", link: "quickstart.html" },
34+
{ text: "CallKit 架构", link: "architecture.html" },
35+
{ text: "集成 CallKit", link: "integration.html" },
36+
{ text: "权限", link: "permission.html", only: ["android"] },
37+
{ text: "使用 LiveCommunicationKit", link: "livecommunicationkit.html", only: ["ios"]},
38+
{ text: "画中画", link: "picture_in_picture.html", only: ["ios"] },
39+
{ text: "使用 Telecom", link: "telecom.html", only: ["android"] },
40+
{ text: "来电通知和悬浮窗", link: "float_top.html", only: ["android"] },
41+
{ text: "自定义资源", link: "customization.html" },
42+
{ text: "通话信令", link: "signaling.html" },
43+
{ text: "API 概览", link: "api_overview.html" },
44+
{ text: "常见问题", link: "common_issue.html" },
5945
{ text: "更新日志", link: "releasenote.html" },
6046
{ text: "设计指南", link: "design_guide.html" },
6147
{ text: "历史文档", link: "easecallkit.html" }

0 commit comments

Comments
 (0)