talas-group/04_INFRA_DEPLOIEMENT/Notes_Operations/jumpserver_docs/README.md

32 lines
398 B
Markdown
Raw Permalink Normal View History

# JumpServer Docs
- https://docs.jumpserver.org
[![Python3](https://img.shields.io/badge/python-3.8-green.svg?style=plastic)](https://www.python.org/)
## 开始
```shell
git clone --depth=1 https://github.com/jumpserver/docs
cd docs
pip install -r requirements/requirements.txt
```
## 运行
```bash
mkdocs serve
```
## 编译
```bash
mkdocs build
```
## 帮助
```bash
mkdocs --help
```