Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Local Run Documentation service

# Go to the kubean repository directory
$ cd kubean/

# Install the mkdocs utility and related dependencies
$ pip3 install -r docs/requirements.txt 

# Run Chinese documentation locally
$ mkdocs serve -f docs/mkdocs.zh.yml

# Run English documentation locally
$ mkdocs serve -f docs/mkdocs.en.yml

For more details on the development of the documentation site, please see: mkdocs-material