From 82b16bc74ab7c698d63fd7480e326bfc231d319d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 9 Jan 2024 09:57:07 +0100 Subject: [PATCH] docs: add raw rewrites for helm chart --- website/vercel.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/vercel.json b/website/vercel.json index 8bc96875b5..652dd2a9b8 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -1,7 +1,9 @@ { "cleanUrls": true, "rewrites": [ - { "source": "/helm-charts(/?):path(.*)", "destination": "https://docs.getunleash.io/helm-charts/:path" } + { "source": "/helm-charts/index.yml", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/index.yaml" }, + { "source": "/helm-charts(/?)", "destination": "https://raw.githubusercontent.com/Unleash/helm-charts/gh-pages/README.md" }, + { "source": "/helm-charts(/?):path(.*)", "destination": "https://gh.getunleash.io/helm-charts/:path" } ], "redirects": [ { "source": "/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true },