32 lines
398 B
Markdown
32 lines
398 B
Markdown
|
|
# JumpServer Docs
|
||
|
|
|
||
|
|
- https://docs.jumpserver.org
|
||
|
|
|
||
|
|
[](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
|
||
|
|
```
|