Skip to content

AbdoALPOP/kusionstack.io

 
 

Repository files navigation

Contributors Forks GitHub stars license

kusionstack.io

Source for kusionstack.io site https://kusionstack.io.

Powered by Docusaurus 2.

Build locally

$ npm install
$ npm run start

Open http://localhost:3000 in the browser.

Build locally with i18n

$ npm run build
$ npx http-server ./build

Open http://localhost:8080 in the browser.

Tagging a new version

  1. First, make sure the current docs version (the ./docs directory) is ready to be frozen.
  2. 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 new versioned_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

Notice

This website is built under Docusaurus version 2.4.1. There may be unknown errors when compiling on other versions.

About

Source for kusionstack.io site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 27.9%
  • Shell 23.2%
  • CSS 18.4%
  • TypeScript 16.1%
  • HTML 6.4%
  • PowerShell 5.2%
  • Other 2.8%