# jms_docs **Repository Path**: serialt/jms_docs ## Basic Information - **Project Name**: jms_docs - **Description**: jumpserver docs - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-23 - **Last Updated**: 2021-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JumpServer Docs - https://docs.jumpserver.org [![Python3](https://img.shields.io/badge/python-3.6-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 ```