1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs: test helm redirects

This commit is contained in:
Ivar Conradi Østhus 2024-01-05 20:33:30 +01:00
parent 5717c5e8cc
commit 7fc9913c4e
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -1,8 +1,7 @@
{
"cleanUrls": true,
"redirects": [
{ "source": "/ivar-test", "destination": "/topics/feature-flags/feature-flag-best-practices", "permanent": false },
{ "source": "/ivar-test2", "destination": "/topics/feature-flags/feature-flag-best-practices", "permanent": false },
{ "source": "/helm-charts-test/:slug", "destination": "https://docs.getunleash.io/helm-charts/:slug", "permanent": false },
{ "source": "/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true },
{ "source": "/deploy/user_guide/api-token", "destination": "/how-to/how-to-create-api-tokens", "permanent": true },
{ "source": "/advanced/audit_log", "destination": "/reference/event-log", "permanent": true },