Add Accessing restricted website domain resources to docs (#268)

* Add Accessing restricted website domain resources to docs

* fix 3 grammar errors

* Another grammar fix

* fix file link

* fix reused

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
Damaso Sanoja
2025-01-21 16:00:10 -04:00
committed by GitHub
parent bd09a36276
commit 1d46014872
17 changed files with 160 additions and 83 deletions

View File

@@ -112,7 +112,7 @@ export const docsNavigation = [
links: [
{ title: 'Concept', href: '/how-to/networks' },
{ 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 restricted website domain resources', href: '/how-to/accessing-restricted-domain-resources' },
{ title: 'Accessing entire domains within networks', href: '/how-to/accessing-entire-domains-within-networks' },
]
},