Files
portainer-docs/README.md
2018-12-27 05:20:16 +13:00

550 B

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.