Intune MDM integration (#394)

This commit is contained in:
Pedro Maia Costa
2025-07-25 14:29:09 +01:00
committed by GitHub
parent e26716f40a
commit 11489d200a
14 changed files with 175 additions and 6 deletions

View File

@@ -104,11 +104,12 @@ export const docsNavigation = [
]
},
{
title: 'Integrate EDR',
title: 'Integrate MDM & EDR',
href: '/how-to/endpoint-detection-and-response',
isOpen: false,
links: [
{ title: 'CrowdStrike Falcon', href: '/how-to/crowdstrike-edr' },
{ title: 'Microsoft Intune', href: '/how-to/intune-mdm' },
]
},