Add huntress edr (#478)

This commit is contained in:
Bethuel Mmbaga
2025-12-01 23:49:19 +03:00
committed by GitHub
parent 67d2b0fa94
commit e1dd6fffde
10 changed files with 191 additions and 1 deletions

View File

@@ -118,6 +118,7 @@ export const docsNavigation = [
{ title: 'CrowdStrike Falcon', href: '/manage/access-control/endpoint-detection-and-response/crowdstrike-edr' },
{ title: 'Microsoft Intune', href: '/manage/access-control/endpoint-detection-and-response/intune-mdm' },
{ title: 'SentinelOne Singularity', href: '/manage/access-control/endpoint-detection-and-response/sentinelone-edr' },
{ title: 'Huntress', href: '/manage/access-control/endpoint-detection-and-response/huntress-edr' },
]
},
]
@@ -451,4 +452,4 @@ function NavigationGroup({ group, className, hasChildren }) {
</div>
</li>
)
}
}