OpenKruise documentations and website.
Go to file
ChrisLiu b262124f90
add users of OKG (#278)
Signed-off-by: ChrisLiu <chrisliu1995@163.com>
2025-08-28 15:07:27 +08:00
.github/workflows Add type hints to workflow scripts for improved readability (#265) 2025-07-23 09:13:54 +08:00
blog doc: remove incompatible field (#268) 2025-07-29 14:54:55 +08:00
docs fix(docs): correct broken links in introduction docs (English & Chinese) (#273) 2025-08-05 15:29:19 +08:00
i18n/zh add users of OKG (#278) 2025-08-28 15:07:27 +08:00
kruisegame add users of OKG (#278) 2025-08-28 15:07:27 +08:00
rollouts Operator guide (#250) 2025-07-07 10:31:40 +08:00
src Improvements as per reviewers feedback (#261) 2025-07-16 09:53:48 +08:00
static add users of OKG (#278) 2025-08-28 15:07:27 +08:00
versioned_docs fix(docs): correct broken links in introduction docs (English & Chinese) (#273) 2025-08-05 15:29:19 +08:00
versioned_sidebars Operator guide (#250) 2025-07-07 10:31:40 +08:00
.gitignore fix github pages environment (#258) 2025-07-10 16:53:42 +08:00
OWNERS
README.md update readme (#237) 2025-03-25 18:08:29 +08:00
babel.config.js
docusaurus.config.js Removed the duplicate editUrl property (#266) 2025-07-21 09:51:52 +08:00
package-lock.json remove unused deps and improve security (#256) 2025-07-09 15:17:27 +08:00
package.json remove unused deps and improve security (#256) 2025-07-09 15:17:27 +08:00
sidebars-kruisegame.js add users of OKG (#278) 2025-08-28 15:07:27 +08:00
sidebars-rollouts.js
sidebars.js Operator guide (#250) 2025-07-07 10:31:40 +08:00
versions.json add 1.8 docs (#235) 2025-04-02 19:26:31 +08:00

README.md

Website

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

Installation

$ npm install

Local Development

$ npm run start

This command starts a local development server and opens up a browser window for default English site. Most changes are reflected live without having to restart the server.

$ npm run start -- --locale zh

This command starts a local development server and opens up a browser window for Chinese site. Most changes are reflected live without having to restart the server.

Build

$ npm run 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.

Document format checking

The file format check includes five types respectively:

  1. Check the number of titles in both English and Chinese
  2. Check the number of links in both English and Chinese
  3. Check the number of highlights in both English and Chinese
  4. Check struct examples in both Chinese and English
  5. English word spelling check

※: The language_tool_python module used in Check 5 detects word spelling errors.When it detects a problem with the word, it will go to the pre_dict.json file to determine, so just note some special words here.