1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

docs: add redirect for python SDK docs

This commit is contained in:
Ivar Conradi Østhus 2024-01-09 11:02:25 +01:00
parent 5c0cc48ec6
commit 1333ea7d63
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1

View File

@ -6,6 +6,7 @@
{ "source": "/helm-charts(/?):path(.*)", "destination": "https://gh.getunleash.io/helm-charts/:path" }
],
"redirects": [
{ "source": "/unleash-client-python(/?)/:path", "destination": "https://gh.getunleash.io/unleash-client-python/:path", "permanent": true },
{ "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 },