This website is built using Docusaurus 2, a modern static website generator.
Language |
---|
Chinese |
You are very welcome to contribute docs. All documentation is in the docs directory, and the writing style can refer to the existing documentation.
This is IMPORTANT to know:
docs/
i18n/zh-Hans/docusaurus-plugin-content-docs/current
docs/
and versioned_docs/version-v1.0
i18n/zh-Hans/docusaurus-plugin-content-docs/current
and i18n/zh-Hans/docusaurus-plugin-content-docs/version-v1.0
blog/
i18n/zh-Hans/docusaurus-plugin-content-blog/
You can debug the docs locally with the following command:
# EN
$ npm run start
# ZH
$ npm run start -- --locale zh-Hans
When your pull request is merged, the bot is automatically built and published to the gh-pages
branch and eventually visible in koordinator.sh.
$ npm run docusaurus docs:version v1.x
It will automatically copy new version directories from the current directories for both EN and ZH docs.