AbdoALPOP / kusionstack.io

Source for kusionstack.io site

Home Page:https://kusionstack.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://kusionstack.io

License:Apache License 2.0


Languages

Language:JavaScript 27.8%Language:Shell 23.2%Language:CSS 18.4%Language:TypeScript 16.1%Language:HTML 6.4%Language:PowerShell 5.2%Language:MDX 2.6%Language:Makefile 0.2%