Source for kusionstack.io site https://kusionstack.io.
Powered by Docusaurus 2.
$ npm install
$ npm run start
Open http://localhost:3000 in the browser.
$ npm run build
$ npx http-server ./build
Open http://localhost:8080 in the browser.
- First, make sure the current docs version (the
./docs
directory) is ready to be frozen. - Enter a new version number.
npm run docusaurus docs:version v0.10
When tagging a new version, the document versioning mechanism will:
- Copy the full
docs/
folder contents into a newversioned_docs/version-[versionName]/
folder. - Create a versioned sidebars file based from your current sidebar configuration (if it exists) - saved as
versioned_sidebars/version-[versionName]-sidebars.json
. - Append the new version number to
versions.json
.
More see: Versioning
This website is built under Docusaurus version 2.4.1. There may be unknown errors when compiling on other versions.