# 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 ```