KubeVela documentations and website (https://kubevela.io).
Go to file
kubevela-bot 1df94f4e66 sync commit 06069d3580f2ac2498e936ca1fbdce34ad616702 from kubevela-refs/heads/master 2021-04-01 07:26:44 +00:00
.github/workflows init 2021-03-25 17:06:33 +08:00
blog add blog 2021-03-28 17:33:50 +08:00
docs sync commit 06069d3580f2ac2498e936ca1fbdce34ad616702 from kubevela-refs/heads/master 2021-04-01 07:26:44 +00:00
i18n/zh github action auto sync for refs/heads/master commit bd401bf916e22843048847ccb06a75fc092f06a3 2021-03-28 09:01:22 +00:00
resources kubevela(9e40b77b60cc9b16df36c24716a0e2e11283f745) for refs/heads/master commit 2021-03-29 09:21:05 +00:00
src Fix sidecar and features 2021-03-31 22:29:39 -07:00
static add install.sh 2021-03-31 17:55:15 +08:00
versioned_docs/version-v0.3.5 update 2021-03-25 17:25:42 +08:00
versioned_sidebars update 2021-03-25 17:25:42 +08:00
.gitignore init 2021-03-25 17:06:33 +08:00
LICENSE Initial commit 2021-03-25 10:15:03 +08:00
README.md Update README.md 2021-04-01 12:03:08 +08:00
babel.config.js init 2021-03-25 17:06:33 +08:00
docusaurus.config.js Merge pull request #17 from resouer/dev 2021-04-01 13:53:43 +08:00
package-lock.json init 2021-03-25 17:06:33 +08:00
package.json update 2021-03-26 10:51:04 +08:00
sidebars.js sync commit 06069d3580f2ac2498e936ca1fbdce34ad616702 from kubevela-refs/heads/master 2021-04-01 07:26:44 +00:00
versions.json remove old version 2021-03-28 13:52:36 +08:00
yarn.lock update 2021-03-26 10:51:04 +08:00

README.md

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.