Added redirect

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-04-13 07:15:14 -05:00
parent 90b157c999
commit e89f0d7470
+4
View File
@@ -125,6 +125,10 @@ module.exports = {
from: '/docs/features/search/search-overview',
to: '/docs/features/search/',
},
{
from: '/docs/getting-started/running-backstage-locally',
to: '/docs/getting-started/',
},
],
},
],