Portainer documentation
Go to file
Anthony Lapenna 546cc73acf docs(configuration): update --admin-password example 2018-12-26 17:32:59 +01:00
docs docs(configuration): update --admin-password example 2018-12-26 17:32:59 +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
Dockerfile feat(Dockerfile): add Dockerfile for portainer/docbuilder 2018-12-27 05:20:16 +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.