@@ -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 : [
0 commit comments