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",
|
||||
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",
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Reference in New Issue