KubeVela documentations and website (https://kubevela.io).
Go to file
kubevela-bot 063c7446af sync commit 675b0e24db0cedde11c9870242763957b0012f99 from kubevela-refs/heads/master 2021-04-30 11:34:39 +00:00
.github/workflows init 2021-03-25 17:06:33 +08:00
blog add translation event blog (#43) 2021-04-16 14:54:42 +08:00
docs sync commit 675b0e24db0cedde11c9870242763957b0012f99 from kubevela-refs/heads/master 2021-04-30 11:34:39 +00:00
i18n/zh Merge pull request #69 from sunny0826/home 2021-04-30 11:18:16 +08:00
src translate home page 2021-04-25 13:47:30 +08:00
static Update image 2021-04-21 12:50:29 -07:00
versioned_docs fix docs (#84) 2021-04-30 16:54:38 +08:00
versioned_sidebars fix docs (#84) 2021-04-30 16:54:38 +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 #39 from sunny0826/bar 2021-04-24 13:36:49 -07:00
docusaurus.config.js.bak sync commit b3302b318c7f123a048aeb9c69d693980df3fe72 from kubevela-v1.0.4 2021-04-30 08:35:44 +00:00
package-lock.json init 2021-03-25 17:06:33 +08:00
package.json sync commit b3302b318c7f123a048aeb9c69d693980df3fe72 from kubevela-v1.0.4 2021-04-30 08:35:44 +00:00
sidebars.js sync commit b3302b318c7f123a048aeb9c69d693980df3fe72 from kubevela-refs/heads/master 2021-04-30 08:28:33 +00:00
versions.json fix docs (#84) 2021-04-30 16:54:38 +08:00
yarn.lock sync commit b3302b318c7f123a048aeb9c69d693980df3fe72 from kubevela-v1.0.4 2021-04-30 08:35:44 +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.