Skip to content

Commit

Permalink
Merge pull request #448 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Easeimkit link
  • Loading branch information
haoxiuwen authored Sep 28, 2023
2 parents 71bdb88 + d344503 commit 97dac91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/.vuepress/sidebar/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const documentSidebar = [
{ text: 'React Demo(WebIM)体验', link: 'demo_react.html', only: ['web'] },
{ text: 'Vue Demo(WebIM)体验', link: 'demo_vue.html', only: ['web'] },
{ text: 'Demo(EaseIM App)体验', link: 'demo.html', except: ['web', 'windows', 'react-native', 'flutter', 'unity', 'server-side'] },
{ text: '快速开始(不使用 EaseIMKIT)', link: 'quickstart.html', except: ['windows', 'react-native', 'flutter', 'unity', 'server-side'] },
{ text: '快速开始 (不使用 UIKit)', link: 'quickstart.html', only: ['windows', 'react-native', 'flutter', 'unity'] },
{ text: 'SDK 集成概述(不使用 EaseIMKIT)', link: 'overview.html', only: ['android', 'ios', 'web', 'flutter'] },
{ text: 'SDK 集成概述(不使用 UIKit)', link: 'overview.html', only: ['windows', 'react-native', 'unity'] },
{ text: '快速开始', link: 'quickstart.html', except: ['windows', 'react-native', 'flutter', 'unity', 'server-side'] },
{ text: '快速开始', link: 'quickstart.html', only: ['windows', 'react-native', 'flutter', 'unity'] },
{ text: 'SDK 集成概述', link: 'overview.html', only: ['android', 'ios', 'web', 'flutter'] },
{ text: 'SDK 集成概述', link: 'overview.html', only: ['windows', 'react-native', 'unity'] },
{ text: '私有云 SDK 集成配置', link: 'privatecloud.html', except: ['windows', 'server-side', 'react-native', 'flutter', 'unity'] },
{ text: 'SDK 更新日志', link: 'releasenote.html', except: ['server-side']},
/*{ text: 'API reference', link: 'apireference.html', only: ['android', 'ios', 'web', 'windows', 'react-native', 'flutter', 'unity']},*/
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export const zhSidebar = sidebar({
children: [
{ text: '使用环信 App Token 鉴权', link: 'easemob_app_token.html' },
{ text: '使用环信 User Token 鉴权', link: 'easemob_user_token.html' },
{ text: '快速开始(不使用 UIKIT)Android', link: '/document/android/quickstart.html' },
{ text: '快速开始(不使用 UIKIT)iOS', link: '/document/ios/quickstart.html' },
{ text: '快速开始(不使用 UIKIT)Web', link: '/document/web/quickstart.html' }
{ text: '快速开始 Android', link: '/document/android/quickstart.html' },
{ text: '快速开始 iOS', link: '/document/ios/quickstart.html' },
{ text: '快速开始 Web', link: '/document/web/quickstart.html' }
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/document/android/releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@

### 更新(2021-05-08):

- [EaseCallkit] 修改加入声网频道的方式,改为使用数字 uid 加入,增加与小程序的互通,`与之前版本不互通`,参见[EaseCallKit 使用指南](easeimkit.html);
- [EaseCallkit] 修改加入声网频道的方式,改为使用数字 uid 加入,增加与小程序的互通,`与之前版本不互通`,参见[EaseCallKit 使用指南](/uikit/android/overview.html);

```
**重大变动:**
Expand Down

0 comments on commit 97dac91

Please sign in to comment.