Skip to content

Commit

Permalink
docs: add redirect to /docs pages (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jun 29, 2024
1 parent 59020de commit 361ac85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,15 @@ export default {
{
to: '/docs/administration/upgrade',
from: '/docs/administration'
}
},
{
to: '/docs',
from: '/docs/getting-started'
},
{
to: '/docs/quick-start/installation/docker',
from: '/docs/quick-start/installation'
},
],
createRedirects(existingPath) {
// Create redirection from /docs/installation/* to /docs/quick-start/installation/*
Expand Down

0 comments on commit 361ac85

Please sign in to comment.