Streamlined site-to-site docs in new dedicated section. Removed old use-case guide and added redirects

This commit is contained in:
Ashley Mensah
2026-02-02 20:06:51 +01:00
parent 766b03cc40
commit 96c06a0b1c
10 changed files with 1190 additions and 1088 deletions

View File

@@ -510,6 +510,22 @@ const nextConfig = {
destination: '/manage/dns/custom-zones',
permanent: true,
},
// Site-to-site documentation restructure redirects
{
source: '/use-cases/setup-site-to-site-access',
destination: '/manage/site-to-site',
permanent: true,
},
{
source: '/manage/peers/site-to-site/db-workload-migration',
destination: '/manage/site-to-site/connect-cloud-environments',
permanent: true,
},
{
source: '/manage/networks/homelab/access-home-network',
destination: '/manage/site-to-site/connect-home-networks',
permanent: true,
},
]
},
rewrites: async () => {