Skip to content

Website of https://kubevela.io , contents are all automatically generated by KubeVela.

License

Notifications You must be signed in to change notification settings

BinaryHB0916/kubevela.io

 
 

Repository files navigation

KubeVela Website

This repo contains the source code of Kubevela website, and most of the docs are generated from KubeVela. It's built by Docusaurus 2, a modern static website generator.

⚠️ Note! The sidebar.js and the files in /docs are synchronized from the repo kubevela. Please submit your Pull Request there if you want to modify these two kinds of files. The code will automatically sync here after merge.

Installation

yarn install

Local Development

yarn 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

yarn build

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

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

Website of https://kubevela.io , contents are all automatically generated by KubeVela.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.6%
  • JavaScript 1.9%
  • Shell 1.3%
  • Other 1.2%