diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-07 21:57:25 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-07 21:57:25 -0500 |
commit | d261f4146d3bf2fb069f72067ba0a52e8e13dce3 (patch) | |
tree | 91fdc6e8f974373cf85d92ae191c42a703faf919 /doc/plugins.markdown | |
parent | 83f529008a77758afcdc25959637011c3b835324 (diff) |
Add documentation to create external task providers
Diffstat (limited to 'doc/plugins.markdown')
-rw-r--r-- | doc/plugins.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins.markdown b/doc/plugins.markdown index cff3eb6c..ff9f7b8c 100644 --- a/doc/plugins.markdown +++ b/doc/plugins.markdown @@ -23,6 +23,7 @@ Plugin creators should specify explicitly the compatible versions of Kanboard. I - [Authorization architecture](plugin-authorization-architecture.markdown) - [Custom group providers](plugin-group-provider.markdown) - [External link providers](plugin-external-link.markdown) +- [External tasks](plugin-external-tasks.markdown) - [Add avatar providers](plugin-avatar-provider.markdown) - [LDAP client](plugin-ldap-client.markdown) |