Add networks documentation (#264)

This commit is contained in:
Maycon Santos
2024-12-23 15:52:50 +01:00
committed by GitHub
parent 3a82125af5
commit 8ef3f4a37c
39 changed files with 408 additions and 0 deletions

View File

@@ -106,6 +106,16 @@ export const docsNavigation = [
]
},
{
title: 'Networks (new)',
isOpen: false,
links: [
{ title: 'Concept', href: '/how-to/networks-concept' },
{ title: 'Routing traffic to multiple IP resources', href: '/how-to/routing-traffic-to-multiple-resources' },
{ title: 'Accessing restricted website domain resources', href: '/how-to/accessing-restricted-websites' },
{ title: 'Accessing entire domains within networks', href: '/how-to/accessing-entire-domains-within-networks' },
]
},
{
title: 'Network Routes',
isOpen: false,