Skip to content

Commit

Permalink
Merge pull request #486 from SuffolkLITLab/alkiln_redirects
Browse files Browse the repository at this point in the history
Redirect old ALKiln pages to new addresses
  • Loading branch information
plocket authored Nov 26, 2024
2 parents 56a7415 + ba1b184 commit 8601f60
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,39 @@ module.exports = {
{
to: '/',
from: '/docs'
},
{
from: '/docs/alkiln/intro',
to: '/docs/components/ALKiln/intro'
},
{
// Original
from: '/docs/automated_integrated_testing',
to: '/docs/components/ALKiln/alkiln'
},
{
from: '/docs/alkiln',
to: '/docs/components/ALKiln/alkiln'
},
{
from: '/docs/alkiln/advanced',
to: '/docs/components/ALKiln/advanced'
},
{
from: '/docs/alkiln/writing',
to: '/docs/components/ALKiln/writing'
},
{
from: '/docs/alkiln/setup',
to: '/docs/components/ALKiln/setup'
},
{
from: '/docs/alkiln/troubleshooting',
to: '/docs/components/ALKiln/trouble'
},
{
from: '/docs/alkiln/security',
to: '/docs/components/ALKiln/security'
}
]
}
Expand Down

0 comments on commit 8601f60

Please sign in to comment.