diff options
Diffstat (limited to '')
-rw-r--r-- | docs/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index b870eed64..b087de0b6 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -70,7 +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/installation' }, ], bg: [ { text: 'Главни', header: true }, |