From 109d8e48d429a150b64718514a09367d1bf7d38e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 16 Dec 2021 21:38:37 +0100 Subject: [PATCH] website: update integrations categories to match new version Signed-off-by: Jens Langhammer --- website/sidebarsIntegrations.js | 38 ++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/website/sidebarsIntegrations.js b/website/sidebarsIntegrations.js index 5f45dd6c5..dc4f2948c 100644 --- a/website/sidebarsIntegrations.js +++ b/website/sidebarsIntegrations.js @@ -6,25 +6,7 @@ module.exports = { }, { type: "category", - label: "as Source", - items: [ - "sources/index", - "sources/active-directory/index", - "sources/apple/index", - "sources/azure-ad/index", - "sources/discord/index", - "sources/freeipa/index", - "sources/github/index", - "sources/google/index", - "sources/ldap/index", - "sources/oauth/index", - "sources/plex/index", - "sources/saml/index", - ], - }, - { - type: "category", - label: "as Provider", + label: "Applications", items: [ "services/apache-guacamole/index", "services/aws/index", @@ -62,5 +44,23 @@ module.exports = { "services/zabbix/index", ], }, + { + type: "category", + label: "Federation & Social login", + items: [ + "sources/index", + "sources/active-directory/index", + "sources/apple/index", + "sources/azure-ad/index", + "sources/discord/index", + "sources/freeipa/index", + "sources/github/index", + "sources/google/index", + "sources/ldap/index", + "sources/oauth/index", + "sources/plex/index", + "sources/saml/index", + ], + }, ], };