From 64e6325d8912b9ea20c0ff39281397a445f3c159 Mon Sep 17 00:00:00 2001 From: CahidArda Date: Mon, 6 Jul 2026 15:43:54 +0300 Subject: [PATCH] fix: redirect legacy doc URLs that 404 to current paths Recovers high-authority backlinks (Cloudflare, StackOverflow, Docker Hub, jsDelivr, pub.dev, Railway, Pulumi, habr, zenn, val.town, eesel, azion) that pointed at doc paths orphaned by the docs restructure. --- docs.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/docs.json b/docs.json index bd7b4b8a..f3556044 100644 --- a/docs.json +++ b/docs.json @@ -2134,6 +2134,66 @@ { "source": "/docs/redis/examples", "destination": "https://upstash.com/examples" + }, + { + "source": "/redis/howto/developerapi", + "destination": "/common/account/developerapi" + }, + { + "source": "/redis/account/developerapi", + "destination": "/common/account/developerapi" + }, + { + "source": "/redis/sdks/redis-ts/getstarted", + "destination": "/redis/sdks/ts/getstarted" + }, + { + "source": "/redis/sdks/javascriptsdk/overview", + "destination": "/redis/sdks/ts/overview" + }, + { + "source": "/redis/sdks/javascriptsdk/troubleshooting", + "destination": "/redis/sdks/ts/troubleshooting" + }, + { + "source": "/redis/sdks/overview", + "destination": "/redis/sdks/ts/overview" + }, + { + "source": "/redis/howto/connectwithtls", + "destination": "/redis/howto/connect-client" + }, + { + "source": "/howto/connectwithtls", + "destination": "/redis/howto/connect-client" + }, + { + "source": "/docs/howto/connectwithtls", + "destination": "/redis/howto/connect-client" + }, + { + "source": "/features/restapi", + "destination": "/redis/features/restapi" + }, + { + "source": "/help/support", + "destination": "/common/help/support" + }, + { + "source": "/redis/integration/n8n", + "destination": "/redis/integrations/n8n" + }, + { + "source": "/vector/features/semanticcache", + "destination": "/vector/sdk/semantic-cache-js" + }, + { + "source": "/qstash/api/messages/create", + "destination": "/qstash/api-reference/messages/publish-a-message" + }, + { + "source": "/context7", + "destination": "https://context7.com/docs/overview" } ] }