litmus-docs/website
SmritiSatya b3ef078a3e
update content on all versions (#325)
* update content on all versions

Signed-off-by: SmritiSatya <117705907+SmritiSatya@users.noreply.github.com>

* update

Signed-off-by: Smriti Satya <smriti.satyanarayana@harness.io>
Signed-off-by: SmritiSatya <117705907+SmritiSatya@users.noreply.github.com>

---------

Signed-off-by: SmritiSatya <117705907+SmritiSatya@users.noreply.github.com>
Signed-off-by: Smriti Satya <smriti.satyanarayana@harness.io>
2025-02-19 15:03:54 +05:30
..
docs Update TOC and Overview for Consistency (#313) 2025-01-15 11:51:21 +05:30
src chore: Added Scarf Tag For Tracking (#246) 2023-11-15 15:13:37 +05:30
static Merging V3 docs to master (#242) 2023-10-09 16:19:13 +05:30
versioned_docs update content on all versions (#325) 2025-02-19 15:03:54 +05:30
versioned_sidebars Update TOC and Overview for Consistency (#313) 2025-01-15 11:51:21 +05:30
.prettierrc Added format command and fixed Prettier config (#66) 2021-07-28 19:11:59 +05:30
README.md updated readme, removed yarn deps (#205) 2022-09-08 19:24:05 +05:30
babel.config.js Added format command and fixed Prettier config (#66) 2021-07-28 19:11:59 +05:30
docusaurus.config.js update link (#304) 2024-11-21 20:58:51 +05:30
package.json Merging V3 docs to master (#242) 2023-10-09 16:19:13 +05:30
sidebars.js Update TOC and Overview for Consistency (#313) 2025-01-15 11:51:21 +05:30
versions.json docs: Added changes for 3.11.0 and 3.12.0 releases (#293) 2024-10-17 17:45:07 +05:30
yarn.lock update content on all versions (#325) 2025-02-19 15:03:54 +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.