Portainer documentation
Go to file
Anthony Lapenna 37f4622271 Merge pull request #14 from portainer/docs-templates-command
docs(templates): add a section about the command field
2017-02-10 18:11:08 +13:00
docs Merge pull request #14 from portainer/docs-templates-command 2017-02-10 18:11:08 +13: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.