Add posture checks doc (#144)

This commit is contained in:
Bethuel Mmbaga
2024-02-22 23:29:31 +03:00
committed by GitHub
parent 0ec2a21d01
commit a168bf2e0a
11 changed files with 121 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ export const docsNavigation = [
{ title: 'CLI', href: '/how-to/cli' },
{ title: 'Delete your NetBird account', href: '/how-to/delete-account' },
{ title: 'IdP sync', href: '/how-to/idp-sync' },
{ title: 'Manage access with posture checks', href: '/how-to/manage-posture-checks' },
{ title: 'Report bugs and issues', href: '/how-to/report-bug-issues' },
{ title: 'Troubleshooting client issues', href: '/how-to/troubleshooting-client' },
],