From 741d6f7e4360280277249ea0fef9b35b4e9b4fda Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Thu, 17 Jul 2025 14:46:06 +0530 Subject: [PATCH] fix: duplicate redirect content issue Signed-off-by: Achanandhi-M --- static/_redirects | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/_redirects b/static/_redirects index 9405b7d1d..fe779bd26 100644 --- a/static/_redirects +++ b/static/_redirects @@ -36,3 +36,10 @@ # Dev tools redirects # /devtools/ui-contrib-guide /ui-contrib-guide + + +# Redirect all v1 paths to v3 (with full docs path) +/docs/1.0.0/* /docs/3.0.0/:splat + +# Redirect all v2 paths to v3 (with full docs path) +/docs/2.0.0/* /docs/3.0.0/:splat