mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
ea97e2f109
* Cherry-pick #22938 to version-2026.5 (with conflicts)
This cherry-pick has conflicts that need manual resolution.
Original PR: #22938
Original commit: 7bdbfade30
* Update categories.mjs
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
---------
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
21 lines
707 B
JavaScript
21 lines
707 B
JavaScript
/**
|
|
* @type {ReadonlyArray<readonly [string, string]>}
|
|
*/
|
|
export default [
|
|
["chat-communication-collaboration", "Chat, Communication & Collaboration"],
|
|
["device-management", "Device Management"],
|
|
["cloud-providers", "Cloud Providers"],
|
|
["dashboards", "Dashboards"],
|
|
["development", "Development"],
|
|
["documentation", "Documentation"],
|
|
["hypervisors-orchestrators", "Hypervisors / Orchestrators"],
|
|
["infrastructure", "Infrastructure"],
|
|
["log-forwarding", "Log Forwarding"],
|
|
["networking", "Networking"],
|
|
["media", "Media"],
|
|
["miscellaneous", "Miscellaneous"],
|
|
["monitoring", "Monitoring"],
|
|
["platforms", "Platforms"],
|
|
["security", "Security"],
|
|
];
|