From ac8049ac2202abe3fa1955aab5d97f20365bd1ed Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 13 Aug 2024 17:58:14 +0200 Subject: [PATCH] Remove references to activity streaming and idp-sync from integrations --- src/components/NavigationDocs.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 92ed80d9..5a06bc33 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -121,8 +121,6 @@ export const docsNavigation = [ title: 'Integrations', isOpen: false, links: [ - {title: 'Activity event streaming', href: '/how-to/activity-event-streaming' }, - {title: 'Identity provider sync', href: '/how-to/idp-sync' }, {title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' }, {title: 'Endpoint detection and response (EDR)', href: '/how-to/endpoint-detection-and-response' }, ]