summaryrefslogtreecommitdiff
path: root/doc/plugins.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-18 23:06:32 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-18 23:06:32 -0400
commitfa86542f90774d7a7d8f3e81ee35821ca25b7fd4 (patch)
treee6dd027dc827b18e07536414cf4fb86321763060 /doc/plugins.markdown
parentc4c200b530e0585fafadce41f75e383ec0ff057e (diff)
Added pluggable Avatar providers
Diffstat (limited to 'doc/plugins.markdown')
-rw-r--r--doc/plugins.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/plugins.markdown b/doc/plugins.markdown
index e38c887f..475bc249 100644
--- a/doc/plugins.markdown
+++ b/doc/plugins.markdown
@@ -20,9 +20,10 @@ Plugin creators should specify explicitly the compatible versions of Kanboard. I
- [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)
-- [External Link Providers](plugin-external-link.markdown)
+- [Authorization architecture](plugin-authorization-architecture.markdown)
+- [Custom group providers](plugin-group-provider.markdown)
+- [External link providers](plugin-external-link.markdown)
+- [Add avatar providers](plugin-avatar-provider.markdown)
- [LDAP client](plugin-ldap-client.markdown)
Examples of plugins