added redirect for old scaffolder next page

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2023-11-21 08:04:48 -06:00
parent 502cdf2e06
commit 6eb6042424
+4
View File
@@ -140,6 +140,10 @@ module.exports = {
from: '/docs/getting-started/running-backstage-locally',
to: '/docs/getting-started/',
},
{
from: '/docs/features/software-templates/testing-scaffolder-alpha',
to: '/docs/features/software-templates/migrating-to-rjsf-v5',
},
],
},
],