cwen0 / website-zh

Chaos Mesh 中文文档

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chaos Mesh Logo

Chaos Mesh 中文文档

Built using Docusaurus 2, a modern static website generator.

Gitpod ready-to-code

文档地址

目前的工作

目前 Chaos Mesh 中文文档正在准备中,中文文档目录见 思维导图 - Chaos Mesh 中文文档架构(将随 v2.0 一起发布)

欢迎社区的成员一起参与审校 Chaos Mesh 文档目录,如有问题请在思维导图中评论。

How to develop

yarn # install deps
yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

New version

yarn docusaurus docs:version x.x.x

The versions of the all docs split into two parts, one is the latest (in docs/) and the others are versioned (in versioned_docs/). When a version has been released, the current latest docs will be copied into versiond_docs (by running the command above).

How to contribute

Mostly you only need to modify the content in the docs/, but if you want some versions to take effect as the latest, please also update the same files in the versioned_docs/ dir.

License

Same as Chaos Mesh.

About

Chaos Mesh 中文文档


Languages

Language:JavaScript 84.6%Language:CSS 14.8%Language:Dockerfile 0.5%Language:Shell 0.2%