Add network routes access control (#223)

* Add an access control groups section

* Add a guide on configuring routes with access control

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>

* reorder steps and add prompt image

* highlight version

* merge PR #233 changes

---------

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
Bethuel Mmbaga
2024-10-04 15:24:49 +03:00
committed by GitHub
parent 331545a1fe
commit 57a6fa739b
9 changed files with 157 additions and 0 deletions

View File

@@ -97,6 +97,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' },
]
},