@@ -6979,6 +6979,42 @@ const redirects = [
6979
6979
] ,
6980
6980
to : '/troubleshoot/product-lifecycle/past-migrations/migrate-from-legacy-auth-flows' ,
6981
6981
} ,
6982
+ {
6983
+ from : [
6984
+ '/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration' ,
6985
+ '/troubleshoot/product-lifecycle/deprecations-and-migrations/tenant-hostname-migration' ,
6986
+ ] ,
6987
+ to : '/troubleshoot/product-lifecycle/past-migrations/tenant-hostname-migration' ,
6988
+ } ,
6989
+ {
6990
+ from : [ '/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-edge-js-extensibility-features' ] ,
6991
+ to : '/troubleshoot/product-lifecycle/past-migrations/migrate-from-edge-js-extensibility-features' ,
6992
+ } ,
6993
+
6994
+ {
6995
+ from : [ '/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-oracledb-extensibility-features' ] ,
6996
+ to : '/troubleshoot/product-lifecycle/past-migrations/migrate-from-oracledb-extensibility-features' ,
6997
+ } ,
6998
+
6999
+ {
7000
+ from : [ '/troubleshoot/product-lifecycle/deprecations-and-migrations/custom-claims-migration' ] ,
7001
+ to : '/troubleshoot/product-lifecycle/past-migrations/custom-claims-migration' ,
7002
+ } ,
7003
+
7004
+ {
7005
+ from : [ '/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-actions-nodejs-16-to-nodejs-18' ] ,
7006
+ to : '/troubleshoot/product-lifecycle/past-migrations/migrate-actions-nodejs-16-to-nodejs-18' ,
7007
+ } ,
7008
+
7009
+ {
7010
+ from : [ '/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-to-nodejs-16' ] ,
7011
+ to : '/troubleshoot/product-lifecycle/past-migrations/migrate-to-nodejs-16' ,
7012
+ } ,
7013
+
7014
+ {
7015
+ from : [ '/troubleshoot/product-lifecycle/deprecations-and-migrations/migrate-from-log-extensions' ] ,
7016
+ to : '/troubleshoot/product-lifecycle/past-migrations/migrate-from-log-extensions' ,
7017
+ } ,
6982
7018
6983
7019
/* Professional Services */
6984
7020
0 commit comments