Add route selection feature doc

This commit is contained in:
braginini
2024-05-01 18:00:02 +02:00
parent c8824a72d3
commit caa8cbf8e8
3 changed files with 83 additions and 0 deletions

View File

@@ -64,6 +64,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: 'Resolve overlapping routes', href: '/how-to/resolve-overlapping-routes' },
]
},
{