Skip to content

Commit 2f00ad4

Browse files
authored
Merge pull request #1908 from richardmcsong/patch-3
Uncomment v3 redirects in netlify.toml after v4 release
2 parents 8497a63 + 0ec6063 commit 2f00ad4

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

netlify.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,18 @@ package = "./netlify-plugins/cache-docusaurus-dirs-file"
5656
to = "https://helm.sh/docs/:splat"
5757

5858
# v3 redirects
59-
# TODO: Uncomment after v4 release
6059

61-
# [[redirects]]
62-
# from = "/docs/topics/v2_v3_migration"
63-
# to = "/docs/v3/topics/v2_v3_migration"
60+
[[redirects]]
61+
from = "/docs/topics/v2_v3_migration"
62+
to = "/docs/v3/topics/v2_v3_migration"
63+
64+
[[redirects]]
65+
from = "/docs/faq/changes_since_helm2"
66+
to = "/docs/v3/faq/changes_since_helm2"
6467

65-
# [[redirects]]
66-
# from = "/docs/faq/changes_since_helm2"
67-
# to = "/docs/v3/faq/changes_since_helm2"
68+
[[redirects]]
69+
from = "/docs/faq/troubleshooting"
70+
to = "/docs/v3/faq/troubleshooting"
6871

6972
# v2.helm.sh redirects
7073
# TODO: Change status codes below from 302 to 301 after Docusaurus cutover verification

0 commit comments

Comments
 (0)