Skip to content

Commit 5ea9fef

Browse files
committed
Network and Routes Restructure
1 parent 234e74b commit 5ea9fef

125 files changed

Lines changed: 182 additions & 135 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

next.config.mjs

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const nextConfig = {
3131
},
3232
{
3333
source: '/how-to/networks-concept',
34-
destination: '/how-to/networks',
34+
destination: '/manage/networks',
3535
permanent: true,
3636
},
3737
{
@@ -278,6 +278,53 @@ const nextConfig = {
278278
destination: '/use-cases/distributed-multi-cloud-ai-argocd-microk8s-vllm',
279279
permanent: true,
280280
},
281+
// documentation redirects for networks
282+
{
283+
source: '/how-to/networks',
284+
destination: '/manage/networks',
285+
permanent: true,
286+
},
287+
{
288+
source: '/how-to/routing-traffic-to-multiple-resources',
289+
destination: '/manage/networks/routing-traffic-to-multiple-resources',
290+
permanent: true,
291+
},
292+
{
293+
source: '/how-to/accessing-restricted-domain-resources',
294+
destination: '/manage/networks/accessing-restricted-domain-resources',
295+
permanent: true,
296+
},
297+
{
298+
source: '/how-to/accessing-entire-domains-within-networks',
299+
destination: '/manage/networks/accessing-entire-domains-within-networks',
300+
permanent: true,
301+
},
302+
{
303+
source: '/how-to/access-home-network',
304+
destination: '/manage/networks/homelab/access-home-network',
305+
permanent: true,
306+
},
307+
// documentation redirects for network-routes
308+
{
309+
source: '/how-to/routing-traffic-to-private-networks',
310+
destination: '/manage/network-routes/routing-traffic-to-private-networks',
311+
permanent: true,
312+
},
313+
{
314+
source: '/how-to/configuring-default-routes-for-internet-traffic',
315+
destination: '/manage/network-routes/configuring-default-routes-for-internet-traffic',
316+
permanent: true,
317+
},
318+
{
319+
source: '/how-to/configuring-routes-with-access-control',
320+
destination: '/manage/network-routes/configuring-routes-with-access-control',
321+
permanent: true,
322+
},
323+
{
324+
source: '/how-to/resolve-overlapping-routes',
325+
destination: '/manage/network-routes/resolve-overlapping-routes',
326+
permanent: true,
327+
},
281328
]
282329
},
283330
rewrites: async () => {

public/docs-static/img/how-to-guides/exit-node-auto-apply.png renamed to public/docs-static/img/manage/network-routes/configuring-default-routes-for-internet-traffic/exit-node-auto-apply.png

File renamed without changes.

public/docs-static/img/how-to-guides/netbird-peers-add-exit-node.png renamed to public/docs-static/img/manage/network-routes/configuring-default-routes-for-internet-traffic/netbird-peers-add-exit-node.png

File renamed without changes.

public/docs-static/img/how-to-guides/netbird-peers-routing-peer-exit-node.png renamed to public/docs-static/img/manage/network-routes/configuring-default-routes-for-internet-traffic/netbird-peers-routing-peer-exit-node.png

File renamed without changes.

public/docs-static/img/how-to-guides/netbird-peers-routing-peer.png renamed to public/docs-static/img/manage/network-routes/configuring-default-routes-for-internet-traffic/netbird-peers-routing-peer.png

File renamed without changes.

public/docs-static/img/how-to-guides/netbird-peers.png renamed to public/docs-static/img/manage/network-routes/configuring-default-routes-for-internet-traffic/netbird-peers.png

File renamed without changes.

public/docs-static/img/how-to-guides/network-acl-create-policy.png renamed to public/docs-static/img/manage/network-routes/configuring-routes-with-access-control/network-acl-create-policy.png

File renamed without changes.

public/docs-static/img/how-to-guides/network-acl-new-policy.png renamed to public/docs-static/img/manage/network-routes/configuring-routes-with-access-control/network-acl-new-policy.png

File renamed without changes.

public/docs-static/img/how-to-guides/network-route-acl-group-settings.png renamed to public/docs-static/img/manage/network-routes/configuring-routes-with-access-control/network-route-acl-group-settings.png

File renamed without changes.

public/docs-static/img/how-to-guides/network-route-acl-prompt.png renamed to public/docs-static/img/manage/network-routes/configuring-routes-with-access-control/network-route-acl-prompt.png

File renamed without changes.

0 commit comments

Comments
 (0)