From 11e930853842c8f1c9b2567d95a360a34c1f2bf0 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 20 Aug 2025 17:33:21 -0400 Subject: [PATCH 1/2] fix(redirects): don't prefix `/docs` Signed-off-by: Aviv Keller --- apps/site/redirects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/redirects.json b/apps/site/redirects.json index 3698f577095fe..c7b087f691b1b 100644 --- a/apps/site/redirects.json +++ b/apps/site/redirects.json @@ -106,7 +106,7 @@ }, { "source": "/documentation/:path*", - "destination": "/en/docs/:path*" + "destination": "/docs/:path*" }, { "source": "/blog/:path*", From 35415f759e6d3619e034cf44fe08f716e7b6be90 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Wed, 20 Aug 2025 17:34:26 -0400 Subject: [PATCH 2/2] fixup! Signed-off-by: Aviv Keller --- apps/site/redirects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/redirects.json b/apps/site/redirects.json index c7b087f691b1b..653e6379a63fc 100644 --- a/apps/site/redirects.json +++ b/apps/site/redirects.json @@ -126,7 +126,7 @@ }, { "source": "/:locale/documentation/:path*", - "destination": "/:locale/docs/:path*" + "destination": "/docs/:path*" }, { "source": "/(atom|feed|rss).xml",