diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index ed59f9557..2ff25dd90 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -59,8 +59,11 @@ export const SIDEBAR = { { text: '模板样例', link: 'zh-CN/examples' }, ], 'zh-TW': [ - { text: '起步', header: true }, - { text: '入門指南', link: 'zh-TW/getting-started' }, + { 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' }, ], }; |