add example for office posture check (#262)

This commit is contained in:
Marco Garcês
2024-12-18 15:00:22 +01:00
committed by GitHub
parent 913e182b60
commit 63900894d8
17 changed files with 112 additions and 4 deletions

View File

@@ -87,11 +87,18 @@ export const docsNavigation = [
isOpen: false,
links: [
{ title: 'Groups & Policies', href: '/how-to/manage-network-access' },
{ title: 'Posture Checks', href: '/how-to/manage-posture-checks' },
{
title: 'Posture Checks',
href: '/how-to/manage-posture-checks',
isOpen: false,
links: [
{ title: 'Disable route when in the office', href: '/how-to/disabling-network-route-when-connecting-from-the-office' },
]
},
{
title: 'Integrate EDR',
href: '/how-to/endpoint-detection-and-response',
isOpen: false,
isOpen: false,
links: [
{ title: 'CrowdStrike Falcon', href: '/how-to/crowdstrike-edr' },
]