Portainer documentation
Go to file
Anthony Lapenna d00deff5e3 docs(templates): add documentation for name property 2018-02-28 09:00:11 +01:00
docs docs(templates): add documentation for name property 2018-02-28 09:00:11 +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.