Skip to content

Commit

Permalink
Add redirect for AWS IAM EKS tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tomergreenwald committed Feb 21, 2024
1 parent f21909f commit d376160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ const config = {
from: ['/quick-visual-tutorials/visual-k8s-cluster-mapping', '/quickstart/visualization/k8s-network-mapper', '/quick-tutorials/k8s-network-mapper'],
to: '/features/network-mapping-network-policies/tutorials/k8s-network-mapper',
},
{
from: ['/quickstart/access-control/aws-iam-eks'],
to: '/features/aws-iam/tutorials/aws-iam-eks',
},
// Redirect from multiple old paths to the new path
// {
// to: '/docs/newDoc2',
Expand Down

0 comments on commit d376160

Please sign in to comment.