diff options
Diffstat (limited to '')
-rw-r--r-- | docs/src/config.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 284fca0b7..b870eed64 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -70,8 +70,7 @@ export const SIDEBAR = { { text: '設定', header: true }, { text: '新手上路', link: 'zh-TW/getting-started' }, { text: '快速開始', link: 'zh-TW/quick-start' }, - { text: '安裝', link: 'zh-TW/installation' }, - { text: '範例', link: 'zh-TW/examples' }, + { text: '安裝', link: 'zh-TW/installation' } ], bg: [ { text: 'Главни', header: true }, |