diff options
author | 2021-08-05 00:05:00 +0800 | |
---|---|---|
committer | 2021-08-04 09:05:00 -0700 | |
commit | 2bd178d4f95e9d1a30135a774a4b21e0bd7e20be (patch) | |
tree | 51e3b8f4ac656ebd1ebb5bc8e93109ca04803a55 /docs/src/pages/installation.md | |
parent | c7aca2c9b258ed941f7089dfa3ad092be9419a76 (diff) | |
download | astro-2bd178d4f95e9d1a30135a774a4b21e0bd7e20be.tar.gz astro-2bd178d4f95e9d1a30135a774a4b21e0bd7e20be.tar.zst astro-2bd178d4f95e9d1a30135a774a4b21e0bd7e20be.zip |
docs(translate):translate getting-started.md into ZH (CN & TW) (#979)
* 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>
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Diffstat (limited to 'docs/src/pages/installation.md')
-rw-r--r-- | docs/src/pages/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index e41d7b417..ed3e298a4 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -148,7 +148,7 @@ npm run build This will instruct Astro to build your site and save it directly to disk. Your application is now ready in the `dist/` directory. -### Next Steps +## Next Steps Success! You're now ready to start developing! |