koordinator-sh / website

Koordinator documentations and website.
https://koordinator.sh
4 stars 46 forks source link

Website

This website is built using Docusaurus 2, a modern static website generator.

Localization README

Language
Chinese

Contributing

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:

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.

Version release

$ npm run docusaurus docs:version v1.x

It will automatically copy new version directories from the current directories for both EN and ZH docs.