Files
authentik/website/integrations/categories.mjs
T
authentik-automation[bot] ea97e2f109 website/docs: add Splunk event forwarding docs (cherry-pick #22938 to version-2026.5) (#23163)
* 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>
2026-06-17 14:42:29 +00:00

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"],
];