website: update integrations categories to match new version
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
2ca115285c
commit
109d8e48d4
|
@ -6,25 +6,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "as Source",
|
label: "Applications",
|
||||||
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",
|
|
||||||
items: [
|
items: [
|
||||||
"services/apache-guacamole/index",
|
"services/apache-guacamole/index",
|
||||||
"services/aws/index",
|
"services/aws/index",
|
||||||
|
@ -62,5 +44,23 @@ module.exports = {
|
||||||
"services/zabbix/index",
|
"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",
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue