KubeVela documentations and website (https://kubevela.io).
Go to file
kubevela-bot d95675363b kubevela(2d958006182e489fd1139ba7d4b421fc83025034) for refs/heads/master commit 2021-03-29 12:27:19 +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 kubevela(2d958006182e489fd1139ba7d4b421fc83025034) for refs/heads/master commit 2021-03-29 12:27:19 +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 kubevela(ba78ea7f0e914095789eb2da046c287f8c53f138) for refs/heads/master commit 2021-03-29 08:17:28 +00:00
static add install.ps1 2021-03-29 16:24:40 +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 init 2021-03-25 17:06:33 +08:00
babel.config.js init 2021-03-25 17:06:33 +08:00
docusaurus.config.js kubevela(14caa9cb707492615f1c53c1f65a2bc1398565c1) for refs/heads/master commit 2021-03-29 10:46:45 +00: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 kubevela(f58b68205b30e4978c6ba0f0a9ea0d79f93e77e1) for refs/heads/master commit 2021-03-29 10:35:05 +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 website is built using Docusaurus 2, a modern static website generator.

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.