Add doc for plugin events

This commit is contained in:
Frederic Guillot
2016-01-03 19:25:53 -05:00
parent 913ec9e39f
commit 4c524700af
3 changed files with 28 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ Plugin creators should specify explicitly the compatible versions of Kanboard. I
- [Creating your plugin](plugin-registration.markdown)
- [Using plugin hooks](plugin-hooks.markdown)
- [Events](plugin-events.markdown)
- [Override default application behaviors](plugin-overrides.markdown)
- [Add schema migrations for plugins](plugin-schema-migrations.markdown)
- [Custom routes](plugin-routes.markdown)