mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
0ec5ea69ef
* website: Port gitignore. * website: Flesh out Integrations clean up.
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"],
|
|
];
|