Source for Chaos Mesh website.
Go to file
Hang Yan 73f26e5666
Update install command (#45)
Signed-off-by: Hang Yan <hangyan@alauda.io>
2021-03-09 10:15:19 +08:00
.github/workflows ci: update markdown-link-check 2021-01-08 16:44:27 +08:00
blog Editorial review: typos, spacing, code fencing (#44) 2021-03-01 13:47:27 +08:00
docs Update install command (#45) 2021-03-09 10:15:19 +08:00
src chore: remove banner 2021-02-03 11:51:34 +08:00
static blog: one-year-of-chaos-mesh(#41) 2021-02-05 17:56:57 +08:00
versioned_docs chore: format docs 2021-02-25 12:17:45 +08:00
versioned_sidebars docs: v1.1.1 2021-01-21 21:17:26 +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 update slack links to join the Chaos Mesh workspace (#42) 2021-02-19 15:15:44 +08:00
logo.svg chore: update readme related 2020-10-21 10:48:33 +08:00
package.json chore: upgrade docusaurus 2020-12-03 18:04:27 +08:00
sidebars.js add document for offline installation (#33) 2021-02-24 11:11:12 +08:00
versions.json docs: v1.1.1 2021-01-21 21:17:26 +08:00
yarn.lock chore: upgrade docusaurus 2020-12-03 18:04:27 +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.