From a383dd663cce252df7fc63b4eb6211c598e41a9f Mon Sep 17 00:00:00 2001 From: victorchimakanu Date: Wed, 10 Jun 2026 10:20:50 +0100 Subject: [PATCH] docs: redirect legacy /build/overview to /build The build path landing page is build/index.mdx (slug /build) since v1.1. The old /build/overview slug 404s, but it is still the target of inbound links and bookmarks (and aomi.dev/docs currently redirects /docs to /docs/build/overview). Add a redirect so the old URL resolves. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index 51e38a9..62bb33b 100644 --- a/docs.json +++ b/docs.json @@ -142,6 +142,10 @@ ] }, "redirects": [ + { + "source": "/build/overview", + "destination": "/build" + }, { "source": "/guides/cli-usage", "destination": "/reference/cli"