diff options
Diffstat (limited to '')
-rw-r--r-- | integrations/templates/overview.md | 2 | ||||
-rw-r--r-- | integrations/templates/overview/authentication.md | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/integrations/templates/overview.md b/integrations/templates/overview.md index b89e51543..3063b6860 100644 --- a/integrations/templates/overview.md +++ b/integrations/templates/overview.md @@ -4,4 +4,6 @@ [% include 'overview/exporter.md' %] [% elif entry.integration_type == 'notification' %] [% include 'overview/notification.md' %] +[% elif entry.integration_type == 'authentication' %] +[% include 'overview/authentication.md' %] [% endif %] diff --git a/integrations/templates/overview/authentication.md b/integrations/templates/overview/authentication.md new file mode 100644 index 000000000..f7fa77520 --- /dev/null +++ b/integrations/templates/overview/authentication.md @@ -0,0 +1,9 @@ +# [[ entry.meta.name ]] + +[[ entry.overview.authentication_description ]] +[% if entry.overview.authentication_limitations %] + +## Limitations + +[[ entry.overview.authentication_limitations ]] +[% endif %] |