1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Update docusaurus.config.js (#5370)

Add missing redirects for 404s configuring v3 of Unleash
This commit is contained in:
Drew Gorton 2023-11-28 04:03:32 -05:00 committed by GitHub
parent dba1c90db8
commit aeb86590c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -643,6 +643,13 @@ module.exports = {
], ],
to: '/using-unleash/deploy/configuring-unleash', to: '/using-unleash/deploy/configuring-unleash',
}, },
{
from: [
'/reference/deploy/configuring-unleash-v3',
'/deploy/configuring_unleash_v3',
],
to: '/using-unleash/deploy/configuring-unleash-v3',
},
{ {
from : [ from : [
'/reference/deploy/database-setup', '/reference/deploy/database-setup',