Skip to content

Commit d6db529

Browse files
authored
Merge pull request #1097 from haoxiuwen/doc-v2
Modify IM Docs
2 parents c5a397e + 0cdd646 commit d6db529

File tree

7 files changed

+12
-17
lines changed

7 files changed

+12
-17
lines changed

docs/.vuepress/sidebar/index.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const zhSidebar = sidebar({
2020
children: [
2121
{ text: "产品概述", link: "introduction.html" },
2222
{ text: "特性介绍",
23+
collapsible: true,
2324
children: [
2425
{ text: "消息",
2526
collapsible: true,
@@ -67,22 +68,6 @@ export const zhSidebar = sidebar({
6768
{ text: "Demo 体验及源码地址", link: "demo_sourcecode_address.html" },
6869
],
6970
},
70-
{
71-
text: "快速开始",
72-
children: [
73-
{ text: "使用环信 App Token 鉴权", link: "easemob_app_token.html" },
74-
{ text: "使用环信 User Token 鉴权", link: "easemob_user_token.html" },
75-
{ text: "快速开始 Android", link: "/document/android/quickstart.html" },
76-
{ text: "快速开始 iOS", link: "/document/ios/quickstart.html" },
77-
{ text: "快速开始 Web", link: "/document/web/quickstart.html" },
78-
{ text: "快速开始 Applet", link: "/document/applet/wechat.html" },
79-
{ text: "快速开始 HarmonyOS", link: "/document/harmonyos/quickstart.html" },
80-
{ text: "快速开始 Flutter", link: "/document/flutter/quickstart.html" },
81-
{ text: "快速开始 React Native", link: "/document/react-native/quickstart.html" },
82-
{ text: "快速开始 Unity", link: "/document/unity/quickstart.html" },
83-
{ text: "快速开始 Windows", link: "/document/windows/quickstart.html" },
84-
],
85-
},
8671
{
8772
text: "内容审核",
8873
children: [

docs/document/applet/alipay.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ request 合法域名:
2424
3. https://a3.easemob.com
2525
4. https://a4.easemob.com
2626
5. https://a5.easemob.com
27+
7. https://rs.chat.agora.io
28+
8. https://rs.easemob.com
2729
:::
2830

2931
:::tip

docs/document/applet/baidu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ request 合法域名:
2424
3. https://a3.easemob.com
2525
4. https://a4.easemob.com
2626
5. https://a5.easemob.com
27+
6. https://rs.chat.agora.io
28+
7. https://rs.easemob.com
2729
:::
2830

2931
:::tip

docs/document/applet/bytedance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ request 合法域名:
2525
4. https://a4.easemob.com
2626
5. https://a5.easemob.com
2727
6. https://a1-chatfile.easemob.com
28+
7. https://rs.chat.agora.io
29+
8. https://rs.easemob.com
2830
:::
2931

3032
:::tip

docs/document/applet/qq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ request 合法域名:
2828
3. https://a3.easemob.com
2929
4. https://a4.easemob.com
3030
5. https://a5.easemob.com
31+
6. https://rs.chat.agora.io
32+
7. https://rs.easemob.com
3133
:::
3234

3335
:::tip

docs/document/applet/uniapp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ request 合法域名,uploadFile 合法域名,downloadFile 合法域名
8080
8. https://a41.easemob.com
8181
9. https://a51.easemob.com
8282
10. https://a1-chatfile.easemob.com
83+
11. https://rs.chat.agora.io
84+
12. https://rs.easemob.com
8385
:::
8486

8587
:::tip

docs/document/web/integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ miniCore.contact.getContacts();
8989

9090
#### 与整体导入的接口差别
9191

92-
通过按需导入的 SDK 与通过 [JavaScript](#通过-javascript-导入-sdk)[TavaScript](#通过-typescript-导入-sdk)导入的 SDK 在接口使用方面类似,唯一差别是后者将所有方法都挂载到 `connection` 类, 而使用 miniCore 时,基础的登录登出方法挂载在 miniCore 上,其他功能模块上的方法挂载在相应的模块上。
92+
通过按需导入的 SDK 与通过 [JavaScript](#引入-javascript-sdk)[TavaScript](#引入-typescript-sdk)导入的 SDK 在接口使用方面类似,唯一差别是后者将所有方法都挂载到 `connection` 类, 而使用 miniCore 时,基础的登录登出方法挂载在 miniCore 上,其他功能模块上的方法挂载在相应的模块上。
9393

9494
本节以登录/登出、事件监听和发送消息为例进行说明。
9595

0 commit comments

Comments
 (0)