Skip to content

Commit

Permalink
Redirect tutorials from old path (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirwo committed Sep 26, 2023
1 parent 3a9b662 commit 40285e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ const config = {
from: '/quick-tutorials/k8s-mtls',
to: '/quickstart/access-control/k8s-mtls',
},
{
from: '/quick-tutorials/k8s-network-mapper',
to: '/quickstart/visualization/k8s-network-mapper',
},
{
from: '/quick-tutorials/k8s-istio-watcher',
to: '/quickstart/visualization/k8s-istio-watcher',
},
// Redirect from multiple old paths to the new path
// {
// to: '/docs/newDoc2',
Expand Down

0 comments on commit 40285e2

Please sign in to comment.