Skip to content

Commit 299c82d

Browse files
author
haoxiuwen
committed
modify
1 parent f1c0f45 commit 299c82d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/sidebar/document.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ const documentSidebar = [
158158
children: [
159159
{ text: '错误码', link: 'error.html' },
160160
//{ text: 'EaseIMKit 使用指南', link: 'easeimkit.html', except: ['web', 'windows', 'react-native', 'flutter', 'unity'] },
161-
{ text: 'EaseCallKit 使用指南', link: 'easecallkit.html', except: ['windows', 'react-native', 'flutter', 'unity', 'harmonyos'] },
161+
{ text: 'EaseCallKit 使用指南', link: 'easecallkit.html', except: ['web', 'windows', 'react-native', 'flutter', 'unity', 'harmonyos'] },
162+
{ text: 'CallKit 使用指南', link: 'easecallkit.html', only: ['web'] },
162163
{ text: '苹果隐私策略', link: 'privacy_policy.html', only: ['ios'] },
163164
],
164165
except: ['applet', 'server-side','electron','linux']

0 commit comments

Comments
 (0)