We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31fe6dc + 9ad11ca commit 86c1522Copy full SHA for 86c1522
netlify.toml
@@ -50,6 +50,12 @@ package = "./netlify-plugins/cache-docusaurus-dirs-file"
50
to = "https://docs.google.com/document/d/10cyzggPiLeLz169cDF1UaUMmM4uZx6rO3Bw9rRQRjJA/edit?usp=sharing"
51
status = 302
52
53
+# RSS feed alias
54
+[[redirects]]
55
+ from = "/blog/index.xml"
56
+ to = "/blog/rss.xml"
57
+ status = 200
58
+
59
# docs.helm.sh to current domain
60
[[redirects]]
61
from = "https://docs.helm.sh/*"
0 commit comments