diff options
author | 2021-12-03 03:22:58 +0800 | |
---|---|---|
committer | 2021-12-02 13:22:58 -0600 | |
commit | 3a8c9a6408fcc3ae3776a4380f447f776341ce68 (patch) | |
tree | 8e0bae8bbd01b2018893ad0854da701cbc68ef0c /docs/src/config.ts | |
parent | e57308d70cf1f80233f494b0fd8fd256b86506c8 (diff) | |
download | astro-3a8c9a6408fcc3ae3776a4380f447f776341ce68.tar.gz astro-3a8c9a6408fcc3ae3776a4380f447f776341ce68.tar.zst astro-3a8c9a6408fcc3ae3776a4380f447f776341ce68.zip |
Docs: Add Themes page in Zh-TW (#1725)
* Add 'Themes' page in zh-TW for docs
* Update translations of Themes for Zh-tw in Doc
* Update relative path for zh-TW docs
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 50132d16d..3cd88714a 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -135,6 +135,7 @@ export const SIDEBAR = { { text: '新手上路', link: 'zh-TW/getting-started' }, { text: '快速開始', link: 'zh-TW/quick-start' }, { text: '安裝', link: 'zh-TW/installation' }, + { text: '佈景主題', link: 'zh-TW/themes' }, ], bg: [ { text: 'Главни', header: true }, |