Skip to content

Commit 1ff3587

Browse files
authored
feat: Add platform redirect for the host path mapper page (#1214)
1 parent 3527fb3 commit 1ff3587

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

netlify.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,15 @@ to = "/docs/vcluster/:version/manage/backup-restore#migrate-and-override-vcluste
384384
from = "/docs/platform-ui-link/vcluster/control-plane-distro/:version"
385385
to = "/docs/vcluster/:version/configure/vcluster-yaml/control-plane/components/distro/"
386386

387+
# Host Path Mapper
388+
[[redirects]]
389+
from = "/docs/platform-ui-link/vcluster/host-path-mapper"
390+
to = "/docs/vcluster/configure/vcluster-yaml/control-plane/components/host-path-mapper"
391+
392+
[[redirects]]
393+
from = "/docs/platform-ui-link/vcluster/host-path-mapper/:version"
394+
to = "/docs/vcluster/:version/configure/vcluster-yaml/control-plane/components/host-path-mapper"
395+
387396
# Resource quota
388397
[[redirects]]
389398
from = "/docs/platform-ui-link/vcluster/resource-quota"

0 commit comments

Comments
 (0)