Source for Chaos Mesh website.
Go to file
Yue Yang 3e168522c0 fix(ci): upgrade node version to lts
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2021-12-10 11:23:23 +08:00
.github fix(ci): Required property is missing: shell 2021-12-01 16:11:13 +08:00
.husky chore: upgrade dev deps 2021-11-25 20:43:32 +08:00
blog fix: a 404 link 2021-12-06 10:49:26 +08:00
docs fix helloworldchaos tutorial (#186) 2021-12-06 16:11:53 +08:00
i18n/zh fix(httpchaos): example value of patch body (#187) 2021-12-08 19:31:32 +08:00
src chore: replace version to branch name (#185) 2021-12-06 16:10:49 +08:00
static chore: revert previous commit 2021-11-29 15:27:11 +08:00
versioned_docs docs: use replace to upgrade CRDs (#184) 2021-12-07 11:26:38 +08:00
versioned_sidebars docs: v2.1.0 2021-12-01 11:14:07 +08:00
.editorconfig refactor: website (#740) 2020-07-27 15:08:03 +08:00
.gitignore fix: regenerate lock 2021-09-03 11:20:34 +08:00
.gitpod.Dockerfile Fully automate dev setup with Gitpod (#9) 2020-11-06 17:31:49 +08:00
.gitpod.yml Fully automate dev setup with Gitpod (#9) 2020-11-06 17:31:49 +08:00
.nvmrc fix(ci): upgrade node version to lts 2021-12-10 11:23:23 +08:00
.prettierrc fix: mode and value 2021-11-11 11:59:24 +08:00
README.md docs: v2.1.0 2021-12-01 11:14:07 +08:00
babel.config.js refactor: website (#740) 2020-07-27 15:08:03 +08:00
docusaurus.config.js docs: v2.1.0 2021-12-01 11:14:07 +08:00
logo.svg chore: update readme related 2020-10-21 10:48:33 +08:00
package.json chore: upgrade docusaurus 2021-12-07 16:18:19 +08:00
sidebars.js docs: add use-grafana (#174) 2021-12-01 10:48:36 +08:00
versions.json docs: v2.1.0 2021-12-01 11:14:07 +08:00
yarn.lock chore: upgrade docusaurus 2021-12-07 16:18:19 +08:00

README.md

Chaos Mesh Logo

Website

Built using Docusaurus 2, a modern static website generator.

Gitpod ready-to-code

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.

Rlease 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 versioned_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.