Skip to content

Commit

Permalink
Merge pull request #3 from haoxiuwen/doc-shengwang
Browse files Browse the repository at this point in the history
Modify IM Doc Architecture
  • Loading branch information
haoxiuwen authored Dec 25, 2024
2 parents 867f0c2 + 33508cc commit 8cb2894
Show file tree
Hide file tree
Showing 184 changed files with 3,710 additions and 3,171 deletions.
18 changes: 3 additions & 15 deletions docs/.vuepress/components/PlatformSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ const options = [
{
value: 'windows',
label: 'Windows',
},
{
value: 'linux',
label: 'Linux',
},
}
],
},
{
Expand All @@ -124,23 +120,15 @@ const options = [
{
value: 'unity',
label: 'Unity',
},
{
value: 'applet',
label: '小程序',
},
{
value: 'electron',
label: 'Electron',
},
}
],
},
{
label: '服务端',
options: [
{
value: 'server-side',
label: 'Rest Api',
label: 'RESTful API',
}
],
},
Expand Down
99 changes: 42 additions & 57 deletions docs/.vuepress/navbar/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { navbar } from 'vuepress-theme-hope'

export const zhNavbar = navbar([
{ text: '产品简介', link: '/product/introduction.html' },
// { text: '产品简介', link: '/product/introduction.html' },
{
text: 'UIKit',
children: [
Expand Down Expand Up @@ -40,36 +40,36 @@ export const zhNavbar = navbar([
}
]
},
{
text: '聊天室 UIKit',
children: [
{
text: 'Android',
icon: '/icon-Android.svg',
link: '/uikit/chatroomuikit/android/roomuikit_overview.html'
},
{
text: 'iOS',
icon: '/icon-iOS.svg',
link: '/uikit/chatroomuikit/ios/roomuikit_overview.html'
},
{
text: 'Web',
icon: '/icon-web.svg',
link: '/uikit/chatroomuikit/web/roomuikit_overview.html'
},
{
text: 'React Native',
icon: '/icon-ReactNative.svg',
link: '/uikit/chatroomuikit/react-native/roomuikit_overview.html'
},
{
text: 'Flutter',
icon: '/icon-flutter.svg',
link: '/uikit/chatroomuikit/flutter/roomuikit_overview.html'
}
]
}
// {
// text: '聊天室 UIKit',
// children: [
// {
// text: 'Android',
// icon: '/icon-Android.svg',
// link: '/uikit/chatroomuikit/android/roomuikit_overview.html'
// },
// {
// text: 'iOS',
// icon: '/icon-iOS.svg',
// link: '/uikit/chatroomuikit/ios/roomuikit_overview.html'
// },
// {
// text: 'Web',
// icon: '/icon-web.svg',
// link: '/uikit/chatroomuikit/web/roomuikit_overview.html'
// },
// {
// text: 'React Native',
// icon: '/icon-ReactNative.svg',
// link: '/uikit/chatroomuikit/react-native/roomuikit_overview.html'
// },
// {
// text: 'Flutter',
// icon: '/icon-flutter.svg',
// link: '/uikit/chatroomuikit/flutter/roomuikit_overview.html'
// }
// ]
// }
]
},
{
Expand Down Expand Up @@ -103,11 +103,6 @@ export const zhNavbar = navbar([
icon: '/icon-windows.svg',
link: '/document/windows/quickstart.html'
},
{
text: 'Linux',
icon: '/icon-linux.svg',
link: '/document/linux/overview.html'
}
]
},
{
Expand All @@ -128,21 +123,16 @@ export const zhNavbar = navbar([
icon: '/icon-unity.svg',
link: '/document/unity/quickstart.html'
},
{
text: '小程序',
icon: '/icon-mini-program.svg',
link: '/document/applet/overview.html'
},
{
text: 'uni-app',
icon: '/icon-uni-app.svg',
link: '/document/applet/uniapp.html'
},
{
text: 'Electron',
icon: '/icon-Electron.svg',
link: '/document/electron/overview.html'
}
// {
// text: '小程序',
// icon: '/icon-mini-program.svg',
// link: '/document/applet/overview.html'
// },
// {
// text: 'uni-app',
// icon: '/icon-uni-app.svg',
// link: '/document/applet/uniapp.html'
// },
]
},
{
Expand Down Expand Up @@ -184,7 +174,7 @@ export const zhNavbar = navbar([
link: 'https://sdkdocs.easemob.com/apidoc/ios/chat3.0/annotated.html'
},
{
text: 'Web/小程序',
text: 'Web',
icon: '/icon-web.svg',
link: 'https://doc.easemob.com/jsdoc/index.html'
},
Expand Down Expand Up @@ -218,11 +208,6 @@ export const zhNavbar = navbar([
icon: '/icon-unity.svg',
link: 'https://sdkdocs.easemob.com/apidoc/unity/annotated.html'
},
{
text: 'Electron',
icon: '/icon-Electron.svg',
link: 'https://downloads.easemob.com/doc/desktop/apidoc/index.html'
}
]
},
{
Expand Down
Loading

0 comments on commit 8cb2894

Please sign in to comment.