Portainer documentation
Go to file
itsconquest a510698c6d chore(version): bump version number 2019-07-26 14:27:36 +12:00
docs chore(version): bump version number 2019-07-26 14:27:36 +12: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
Dockerfile feat(build-system): update Dockerfile 2019-03-08 11:25:38 +13:00
README.md feat(Dockerfile): add Dockerfile for portainer/docbuilder 2018-12-27 05:20:16 +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

After modifying the documentation files inside the docs/source folder, you can build the documentation locally to preview your changes.

$ docker run --rm -v ${PWD}/docs:/src portainer/docbuilder:latest make html

HTML files will be available under docs/build/html for preview.