diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-13 19:38:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-13 19:38:48 -0400 |
commit | 4ecc3bff4616b347108699bd3861121a52fe9364 (patch) | |
tree | d32e029359b60375f09d48b1491c18f8855f8551 /doc/index.markdown | |
parent | 4b6672d0b33563ab8888d592ef86616ca9238007 (diff) |
Add plugin documentation
Diffstat (limited to 'doc/index.markdown')
-rw-r--r-- | doc/index.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.markdown b/doc/index.markdown index bc3cc23c..96069250 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -78,6 +78,7 @@ Using Kanboard - [RSS/Atom subscriptions](rss.markdown) - [Json-RPC API](api-json-rpc.markdown) - [Webhooks](webhooks.markdown) +- [Plugins](plugins.markdown) ### More @@ -104,6 +105,7 @@ Technical details - [Installation on Heroku](heroku.markdown) - [Example with Nginx + HTTPS + SPDY + PHP-FPM](nginx-ssl-php-fpm.markdown) - [Run Kanboard with Docker](docker.markdown) +- [Run Kanboard with Vagrant](vagrant.markdown) ### Configuration @@ -133,7 +135,6 @@ Technical details - [Coding standards](coding-standards.markdown) - [Running tests](tests.markdown) - [Build assets](assets.markdown) -- [Run Kanboard with Vagrant](vagrant.markdown) The documentation is written in [Markdown](http://en.wikipedia.org/wiki/Markdown). If you want to improve the documentation, just send a pull-request. |