Skip to content

zhengkunwang223/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

KubeOperator Documentation Website

This is the KubeOperator documentation website.

It is built with docusaurus.

Clone the Repo

git clone https://github.com/KubeOperator/docs.git && \
cd docs && \
cd website

Install Dependencies

Install yarn.

In website folder:

yarn install

Preview the Site

In website folder:

yarn start

Then you should be able to preview the website at http://localhost:3000/ in your browser.

Build the Site

In website folder:

yarn build

The generated static files will be in website/build.

Deploy

Just serve the generated static files in website/build.

Docs

All the documents go into the docs folder. All the images should be in the docs/assets folder.

To add a document:

  • add the the document to docs
  • add header to the document (id and title is required)
  • add the path of the folder to the website/sidebars.json file

About

KubeOperator 用户手册

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 16.6%
  • HTML 5.0%