From 0db115b56a83b36b93b537f2532f0f96b1311e06 Mon Sep 17 00:00:00 2001 From: rle28 Date: Fri, 2 Feb 2024 13:06:27 -0500 Subject: [PATCH] DOCS-3574-Edick - Updated existing redirect for Tenant Hostname Migration - Added 6 new Past Migration redirects --- config/redirects.js | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index 1da1611891..29d8472a70 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -6810,8 +6810,11 @@ const redirects = [ to: '/troubleshoot/product-lifecycle/past-migrations/migrate-tenant-member-roles', }, { - from: ['/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration'], - to: '/troubleshoot/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration', + from: [ + '/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration', + '/troubleshoot/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration', + ], + to: '/troubleshoot/product-lifecycle/past-migrations/tenant-hostname-migration', }, { from: [ @@ -6983,6 +6986,35 @@ const redirects = [ ], to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-legacy-auth-flows', }, + { + from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-edge-js-extensibility-features'], + to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-edge-js-extensibility-features', + }, + + { + from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-oracledb-extensibility-features'], + to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-oracledb-extensibility-features', + }, + + { + from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/custom-claims-migration'], + to: '/troubleshoot/product-lifecycle/past-migrations/custom-claims-migration', + }, + + { + from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-actions-nodejs-16-to-nodejs-18'], + to: '/troubleshoot/product-lifecycle/past-migrations/migrate-actions-nodejs-16-to-nodejs-18', + }, + + { + from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-nodejs-16'], + to: '/troubleshoot/product-lifecycle/past-migrations/migrate-to-nodejs-16', + }, + + { + from: ['/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-log-extensions'], + to: '/troubleshoot/product-lifecycle/past-migrations/migrate-from-log-extensions', + }, /* Professional Services */