Add a guide on configuring routes with access control

This commit is contained in:
bcmmbaga
2024-08-22 00:11:02 +03:00
parent 64e40f0a7e
commit c742328652
7 changed files with 60 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ export const docsNavigation = [
links: [
{ title: 'Routing traffic to private networks', href: '/how-to/routing-traffic-to-private-networks' },
{ title: 'Configuring default routes for Internet traffic', href: '/how-to/configuring-default-routes-for-internet-traffic' },
{ title: 'Configuring routes with access control', href: '/how-to/configuring-routes-with-access-control' },
{ title: 'Resolve overlapping routes', href: '/how-to/resolve-overlapping-routes' },
]
},