From cd4c03b744528496925e6c1f67ed5cbf1c62e1f3 Mon Sep 17 00:00:00 2001 From: danstotts-ops Date: Wed, 12 Aug 2026 22:18:12 -0500 Subject: [PATCH] Add redirects for new Ahrefs legacy docs 404s --- docs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs.json b/docs.json index e9b6c16f..172f1402 100644 --- a/docs.json +++ b/docs.json @@ -1867,6 +1867,18 @@ { "source": "/tutorials/serverless/gpu/generate-sdxl-turbo", "destination": "/tutorials/serverless/generate-sdxl-turbo" + }, + { + "source": "/serverless/serverless-vllm", + "destination": "/serverless/vllm/overview" + }, + { + "source": "/storage/overview", + "destination": "/storage/network-volumes" + }, + { + "source": "/pods/clusters/overview", + "destination": "/instant-clusters" } ] }