Add documentation to add new mail transports

This commit is contained in:
Frederic Guillot
2015-10-16 21:16:25 -04:00
parent f99a3c501f
commit 59b614605f
2 changed files with 55 additions and 4 deletions

View File

@@ -7,10 +7,11 @@ Plugins are useful to extend the core functionalities of Kanboard, adding featur
Plugin creators should specify explicitly the compatible versions of Kanboard. Internal code of Kanboard may change over the time and your plugin must be tested with new versions.
- [Plugin Registration](plugin-registration.markdown)
- [Plugin Hooks](plugin-hooks.markdown)
- [Plugin Overrides](plugin-overrides.markdown)
- [Plugin Schema Migrations](plugin-schema-migrations.markdown)
- [Creating your plugin](plugin-registration.markdown)
- [Using plugin hooks](plugin-hooks.markdown)
- [Override default application behaviors](plugin-overrides.markdown)
- [Add schema migrations for plugins](plugin-schema-migrations.markdown)
- [Add mail transports](plugin-mail-transports.markdown)
Examples of plugins
-------------------