Updated Publishing a Plugin to the Download Page (markdown)

Matt Holt 2016-07-23 11:08:46 -06:00
parent 99f13c2187
commit 0ca2dc7d98

@ -46,9 +46,9 @@ To add your package to the plugin registry, it must meet the following requireme
Since we'll be offering your plugin on our download page, you need to take a few minutes and write up some documentation. You can have docs as a README or wiki with your repository, of course, but we still need them on the Caddy website for the benefit of users.
Please [submit a pull request to caddyserver/caddyserver.com](https://github.com/caddyserver/caddyserver.com/pulls) with a page of documentation. Remember to add a link to your new page in the nav.
Please [submit a pull request to caddyserver/caddyserver.com](https://github.com/caddyserver/caddyserver.com/pulls) with a page of documentation.
Docs can be written in Markdown except where Caddyfile syntax highlighting or other special formatting is required; for those portions, use clean HTML. We reserve the right to change or update or fix your docs at any time, but we also ask that you keep them up-to-date.
Docs can be written in Markdown except where Caddyfile syntax highlighting or other special formatting is required; for those portions, use clean HTML. We reserve the right to change or update or fix your docs at any time, but we also ask that you keep them up-to-date. Neglected docs can be grounds for removal from the download page.
### 3. Register Plugin