KubeVela documentations and website (https://kubevela.io).
Go to file
kubevela-bot e50c4842dc sync commit b124873fd73b8c1ca02a351fc8d4dbb2ee00fca1 from kubevela-refs/heads/master 2021-05-20 11:52:51 +00:00
.github/workflows fix edit page 404 (#109) 2021-05-18 18:56:41 +08:00
blog add translation event blog (#43) 2021-04-16 14:54:42 +08:00
docs sync commit b124873fd73b8c1ca02a351fc8d4dbb2ee00fca1 from kubevela-refs/heads/master 2021-05-20 11:52:51 +00:00
i18n/zh Translate i18n/zh/docusaurus-plugin-content-docs/current/platform-engineers/cue/patch-trait.md 2021-05-19 17:10:12 +08:00
src Align with readme 2021-05-13 15:53:30 -07:00
static Fix incorrect asset filter (#96) 2021-05-07 16:44:08 +08:00
versioned_docs fix build error 2021-05-18 16:44:14 +08:00
versioned_sidebars sync commit 53b49aca5385c686241165b19ab861c6f54d3e8a from kubevela-refs/heads/release-1.0 2021-05-18 07:12:26 +00: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 fix edit page 404 (#109) 2021-05-18 18:56:41 +08:00
package-lock.json update docusaurus (#97) 2021-05-08 14:21:39 +08:00
package.json update search plugin (#99) 2021-05-14 13:33:30 +08:00
sidebars.js sync commit 8f67454396a2c93442c9d0558465630fdd6e7073 from kubevela-refs/heads/master 2021-05-17 14:42:50 +00:00
versions.json sync commit 53b49aca5385c686241165b19ab861c6f54d3e8a from kubevela-refs/heads/release-1.0 2021-05-18 07:12:26 +00:00
yarn.lock sync commit a11ae2f95d3f1023e65a6355905da2f6852f7da1 from kubevela-v1.1.0-alpha.1 2021-05-15 04:26:39 +00: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.