Skip to content

Commit 839f3cb

Browse files
author
haoxiuwen
committed
modify
1 parent 5ed57e2 commit 839f3cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/.vuepress/sidebar/index.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,14 @@ export const zhSidebar = sidebar({
392392
{ text: "术语表",
393393
collapsible: true,
394394
children: [
395-
{ text: "术语表", ink: "glossary.html" },
395+
{ text: "术语表", link: "glossary.html" },
396396
],
397397
},
398+
],
398399
...DOC_SIDEBAR,
399400
...CHAT_UIKIT_SIDEBAR,
400401
...CHATROOM_UIKIT_SIDEBAR,
401-
]
402+
"/private/im/": PRIVATE_IM_SIDEBAR,
403+
"/private/media/": PRIVATE_MEDIA_SIDEBAR,
404+
"/push": PUSH_SIDEBAR,
402405
});

0 commit comments

Comments
 (0)