Fix API page generator and add missing integration nav entries (#680)

This commit is contained in:
Bethuel Mmbaga
2026-04-02 19:08:28 +03:00
committed by GitHub
parent a210d44736
commit 4bc28ac346
9 changed files with 8535 additions and 105 deletions

View File

@@ -45,13 +45,18 @@ export const apiNavigation = [
title: 'Cloud Resources',
links: [
{ title: 'Ingress Ports', href: '/api/resources/ingress-ports' },
{ title: 'IDP (SCIM)', href: '/api/resources/idp' },
{ title: 'IDP (Azure API)', href: '/api/resources/idp-azure-integrations' },
{ title: 'IDP (Google API)', href: '/api/resources/idp-google-integrations' },
{ title: 'IDP (Okta SCIM)', href: '/api/resources/idp-okta-scim-integrations' },
{ title: 'IDP (SCIM Generic)', href: '/api/resources/idp-scim-integrations' },
{ title: 'Event Streaming', href: '/api/resources/event-streaming-integrations' },
{ title: 'EDR Peers', href: '/api/resources/edr-peers' },
{ title: 'EDR Falcon', href: '/api/resources/edr-falcon-integrations' },
{ title: 'EDR FleetDM', href: '/api/resources/edr-fleetdm-integrations' },
{ title: 'EDR Huntress', href: '/api/resources/edr-huntress-integrations' },
{ title: 'EDR Intune', href: '/api/resources/edr-intune-integrations' },
{ title: 'EDR SentinelOne', href: '/api/resources/edr-sentinelone-integrations' },
{ title: 'Notifications', href: '/api/resources/notifications' },
{ title: 'MSP', href: '/api/resources/msp' },
{ title: 'Invoice', href: '/api/resources/invoice' },
{ title: 'Usage', href: '/api/resources/usage' },