We aspire to have all Portainer documentation in one easily accessible location, for past and current releases. To see the live version of these docs, please visit our documentation site.
Fork this repository and clone it to your local machine.
To run the documentation locally, follow the instructions provided in the README.
Make your suggested changes being sure to follow the style and formatting guidelines outline below.
Push your changes up to your forked repository, then create a new pull request.
All of our documentation is written in Markdown.
Use semantic linefeeds. Separating each sentence with a new line makes it easy to parse diffs with the human eye.
Diff without semantic linefeeds:
-Kubernetes is taking off. You need a cool management tool to manage it. You should check out Portainer.
+Kubernetes is taking off. You need a cool management tool to manage it. You need Portainer.
Diff with semantic linefeeds:
Kubernetes is taking off.
You need a cool management tool to manage it.
-You should check out Portainer.
+You need Portainer.
We want to build a reliable Admin guide for each version of Portainer. It's essential to explain the details about that configuration/installation or troubleshooting guide. We don't want an over-simplified guide or tutorial. Try not to use acronyms, but if you are, please create a link to an explanation about those.
Screenshots are welcome. Make sure that you're using the version of Portainer of the documentation you're writing. If you're contributing to Portainer CE v2.0, use an instance of Portainer CE 2.0 to take screenshots.
We're thankful for your contributions; if you have any questions or concerns please feel free to open an issue, contact us via our slack channel.
We welcome and encourage community contributions. For information about contributing to the Portainer documentation, see Contribution guidelines.