diff options
author | 2021-08-31 05:21:04 +0800 | |
---|---|---|
committer | 2021-08-30 14:21:04 -0700 | |
commit | 327d59287f774cfae2e0f7840415d52c42797e39 (patch) | |
tree | 78fd142ea427489f8f407d8797b9c5344393683e /docs/src/config.ts | |
parent | 11a6f884bee4ccc66193e669cf01af4bc7508779 (diff) | |
download | astro-327d59287f774cfae2e0f7840415d52c42797e39.tar.gz astro-327d59287f774cfae2e0f7840415d52c42797e39.tar.zst astro-327d59287f774cfae2e0f7840415d52c42797e39.zip |
docs: translate astro vs other docs to zh comparing-astro-vs-other-tools.md (#1199)
* translate getting-started.md into ZH (CN & TW)
* fix translate the title for getting-started.md
* add zh CN & TW config in Docs
* fix config "locale"
* fix config.ts add route for CN & TW
* fix installation.md Next Steps title 's level
* translate quick-start.md &
installation.md & examples.md
into ZH (CN )
* Add lang variable to docs frontmatter
for translations
* Update docs/src/pages/zh-TW/getting-started.md
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* docs: translate astro vs other docs to zh
comparing-astro-vs-other-tools.md
* Version Packages
* [ci] yarn format
* fix: Merge conflicts
* docs: add the part of gatsby
* [ci] yarn format
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ChelesteWang <ChelesteWang@users.noreply.github.com>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 9004f0e91..59c13b982 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -61,6 +61,10 @@ export const SIDEBAR = { { text: '快速入门', link: 'zh-CN/quick-start' }, { text: '安装指南', link: 'zh-CN/installation' }, { text: '模板样例', link: 'zh-CN/examples' }, + { + text: 'Astro 对比其他框架', + link: 'zh-CN/comparing-astro-vs-other-tools', + }, ], 'zh-TW': [ { text: '設定', header: true }, |