litmus-docs/website
vatsalm1611 152ab83e48 docs(litmusctl): update create chaos experiment usage (closes #344)
Signed-off-by: vatsalm1611 <vatsalm1611@gmail.com>
2025-10-02 02:36:03 +05:30
..
docs docs(litmusctl): update create chaos experiment usage (closes #344) 2025-10-02 02:36:03 +05:30
src Docs revamp (#333) 2025-08-18 13:53:42 +05:30
static Docs revamp (#333) 2025-08-18 13:53:42 +05:30
versioned_docs Fix punctuation in overview.md (#339) 2025-09-28 01:36:25 +05:30
versioned_sidebars update: doc version to 3.21.0 (#337) 2025-09-16 12:29:38 +05:30
.prettierrc
README.md
babel.config.js
docusaurus.config.js Docs revamp (#333) 2025-08-18 13:53:42 +05:30
package.json
sidebars.js Helm dex setup (#340) 2025-09-24 14:53:25 +05:30
versions.json update: doc version to 3.21.0 (#337) 2025-09-16 12:29:38 +05:30
yarn.lock chore: Added 3.13.0 versioned docs (#327) 2025-03-26 15:05:41 +05:30

README.md

Website

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

Installation

npm install

Local Development

npm start

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

Build

npm run build

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

Versioning

npm run docusaurus docs:version <VERSION>

This command will tag a new version from master docs. It will copy the docs/ folder contents into a new versioned_docs/version-<version>/ folder, create a versioned sidebars file based from your current sidebar configuration (if it exists) - saved as versioned_sidebars/version-<version>-sidebars.json and append the new version number to versions.json.