Source for Chaos Mesh website.
Go to file
Enwei 0c014a6ce2
docs: add a document of inspect chaos experiment and revise a typo in other document (#116)
* add a document and revise a typo in other document

Signed-off-by: en-jin19 <jinenwei@pingcap.com>

* fix Deploy and netlify errors

Signed-off-by: en-jin19 <jinenwei@pingcap.com>

* fix markdown-link-check error

Signed-off-by: en-jin19 <jinenwei@pingcap.com>
2021-08-09 17:17:14 +08:00
.github/workflows ci: update markdown-link-check 2021-01-08 16:44:27 +08:00
blog Fix documentation typos, broken links and formatting (#114) 2021-08-06 17:13:33 +08:00
docs docs: add a document of inspect chaos experiment and revise a typo in other document (#116) 2021-08-09 17:17:14 +08:00
src style: add caption-center 2021-08-05 21:21:58 +08:00
static Chaos Mesh 100th contributor blog (#115) 2021-08-05 21:17:17 +08:00
versioned_docs Fix documentation typos, broken links and formatting (#114) 2021-08-06 17:13:33 +08:00
versioned_sidebars docs: v2.0.0 2021-08-04 13:04:42 +08:00
.editorconfig refactor: website (#740) 2020-07-27 15:08:03 +08:00
.gitignore docs: update install guide (#4) 2020-11-05 11:54:57 +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
.prettierrc refactor: website (#740) 2020-07-27 15:08:03 +08:00
README.md Editorial review: typos, spacing, code fencing (#44) 2021-03-01 13:47:27 +08:00
babel.config.js refactor: website (#740) 2020-07-27 15:08:03 +08:00
docusaurus.config.js chore: reorder navbar items 2021-08-03 17:35:34 +08:00
logo.svg chore: update readme related 2020-10-21 10:48:33 +08:00
package.json docs: organize 2021-08-02 16:26:00 +08:00
sidebars.js docs: v2.0.0 2021-08-04 13:04:42 +08:00
versions.json docs: v2.0.0 2021-08-04 13:04:42 +08:00
yarn.lock docs: organize 2021-08-02 16:26:00 +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.

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.