mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
20 lines
665 B
JavaScript
20 lines
665 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"],
|
|
["networking", "Networking"],
|
|
["media", "Media"],
|
|
["miscellaneous", "Miscellaneous"],
|
|
["monitoring", "Monitoring"],
|
|
["platforms", "Platforms"],
|
|
["security", "Security"],
|
|
];
|