OpenKruise documentations and website.
Go to file
Wei-Xiang Sun 58fca4877e
adjust order of best practices (#49)
Signed-off-by: veophi <vec.g.sun@gmail.com>
2022-03-29 11:51:51 +08:00
.github/workflows Enable jsdelivr CDN (#25) 2021-12-21 11:44:05 +08:00
blog gitops with kruise (#36) 2022-01-10 10:44:36 +08:00
docs Add two best practices: CloneSet Lifecycle, ACronJob+BroadcastJob (#48) 2022-03-28 16:47:51 +08:00
i18n/zh Add two best practices: CloneSet Lifecycle, ACronJob+BroadcastJob (#48) 2022-03-28 16:47:51 +08:00
src Fix typo and zero space (#22) 2021-12-16 12:21:56 +08:00
static Add two best practices: CloneSet Lifecycle, ACronJob+BroadcastJob (#48) 2022-03-28 16:47:51 +08:00
versioned_docs Add two best practices: CloneSet Lifecycle, ACronJob+BroadcastJob (#48) 2022-03-28 16:47:51 +08:00
versioned_sidebars adjust order of best practices (#49) 2022-03-29 11:51:51 +08:00
.gitignore Add two best practices: CloneSet Lifecycle, ACronJob+BroadcastJob (#48) 2022-03-28 16:47:51 +08:00
OWNERS Add OWNERS (#10) 2021-11-23 14:34:07 +08:00
README.md test update README (#42) 2022-02-12 12:16:53 +08:00
babel.config.js Initial commit 2021-09-08 19:36:10 +08:00
docusaurus.config.js Show all blogs (#34) 2021-12-27 11:45:52 +08:00
package-lock.json Migrate docs and blog 2021-09-24 15:22:49 +08:00
package.json Update docs for v1.0 (#16) 2021-12-14 11:29:58 +08:00
sidebars.js adjust order of best practices (#49) 2022-03-29 11:51:51 +08:00
versions.json Update docs for v1.0 (#16) 2021-12-14 11:29:58 +08:00
yarn.lock Update docs for v1.0 (#16) 2021-12-14 11:29:58 +08:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens 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.