portainer-docs/README.md

18 lines
483 B
Markdown

# Portainer documentation
[![Documentation Status](https://readthedocs.org/projects/portainer/badge/?version=latest)](http://portainer.readthedocs.io/en/latest/?badge=latest)
Documentation is available at http://portainer.readthedocs.io/
# Contribute
Ensure you have python and install the requirements:
```shell
$ pip install -r requirements.txt
```
You can then modify the docs in the `docs/source` folder.
When done, build it using `make html` inside the `docs` directory.