Skip to content

Commit

Permalink
docs(deployment): add redirects (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed May 26, 2023
1 parent d90178d commit a61f1c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docusaurus.config.js
Expand Up @@ -111,6 +111,14 @@ const config = {
to: '/concepts/selectors',
from: ['/advanced-selectors' /*, '/docs/legacyDocFrom2016'*/],
},
{
to: '/deployment/docker',
from: ['/deployment/overview/docker' /*, '/docs/legacyDocFrom2016'*/],
},
{
to: '/deployment/kubernetes',
from: ['/deployment/overview/kubernetes' /*, '/docs/legacyDocFrom2016'*/],
},
{
to: '/getting-started/detailed-installation',
from: ['/getting-started/cli' /*, '/docs/legacyDocFrom2016'*/],
Expand Down

0 comments on commit a61f1c8

Please sign in to comment.