Portainer documentation
Go to file
Anthony Lapenna 3942c8b5c4 docs(templates): document the labels property for container templates 2018-01-06 18:37:07 +01:00
docs docs(templates): document the labels property for container templates 2018-01-06 18:37:07 +01:00
.gitignore Init documentation structure 2016-09-29 19:13:17 +13:00
CONTRIBUTING.md chore(project): update contribution guidelines 2016-10-05 10:42:10 +13:00
README.md docs(badge): update readthedocs badge 2016-10-07 21:02:11 +13:00
requirements.txt Init documentation structure 2016-09-29 19:13:17 +13:00

README.md

Portainer documentation

Documentation Status

Documentation is available at http://portainer.readthedocs.io/

Contribute

Ensure you have python and install the requirements:

$ 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.