Portainer documentation
Go to file
Anthony Lapenna 78cf374aa6 Merge pull request #17 from portainer/docs-external-endpoints
docs(external-endpoint): add documentation about external endpoint ma…
2017-03-07 09:27:59 +01:00
docs docs(external-endpoint): add documentation about external endpoint management 2017-03-07 09:27:08 +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.