mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
docs: add raw rewrites for helm chart
This commit is contained in:
parent
b8231e6dd6
commit
82b16bc74a
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user