Update plugin doc
This commit is contained in:
@@ -5,7 +5,7 @@ Note: The plugin API is **considered alpha** at the moment.
|
||||
|
||||
Plugins are useful to extend the core functionalities of Kanboard, adding features, creating themes or changing the default behavior.
|
||||
|
||||
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 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. Always check the [ChangeLog](https://github.com/fguillot/kanboard/blob/master/ChangeLog) for breaking changes.
|
||||
|
||||
- [Creating your plugin](plugin-registration.markdown)
|
||||
- [Using plugin hooks](plugin-hooks.markdown)
|
||||
@@ -14,10 +14,16 @@ Plugin creators should specify explicitly the compatible versions of Kanboard. I
|
||||
- [Add mail transports](plugin-mail-transports.markdown)
|
||||
- [Add notification types](plugin-notifications.markdown)
|
||||
- [Attach metadata to users, tasks and projects](plugin-metadata.markdown)
|
||||
- [Authentication architecture](plugin-authentication-architecture.markdown)
|
||||
- [Authentication plugin registration](plugin-authentication.markdown)
|
||||
- [Authorization Architecture](plugin-authorization-architecture.markdown)
|
||||
- [Custom Group Providers](plugin-group-provider.markdown)
|
||||
- [LDAP client](plugin-ldap-client.markdown)
|
||||
|
||||
Examples of plugins
|
||||
-------------------
|
||||
|
||||
- [Reverse-Proxy Authentication with LDAP support](https://github.com/kanboard/plugin-reverse-proxy-ldap)
|
||||
- [Slack](https://github.com/kanboard/plugin-slack)
|
||||
- [Hipchat](https://github.com/kanboard/plugin-hipchat)
|
||||
- [Jabber](https://github.com/kanboard/plugin-jabber)
|
||||
|
||||
Reference in New Issue
Block a user