From df82bd9b9ef03ec718742b6b108c2105979a5cfe Mon Sep 17 00:00:00 2001 From: Ray Allen Date: Tue, 10 Mar 2026 10:28:05 -0700 Subject: [PATCH] Chain legacy redirects through /atopile/ wildcard and add install redirect Redirect destinations now use /atopile/... instead of /atopile-0.14.x/... so they resolve via the wildcard and don't need updating when the default version changes. Also adds redirect for /atopile/guides/install which was removed in 0.14.x. Co-Authored-By: Claude Opus 4.6 --- docs.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs.json b/docs.json index e3ec428..db1e17f 100644 --- a/docs.json +++ b/docs.json @@ -397,23 +397,27 @@ "redirects": [ { "source": "/support", - "destination": "/atopile-0.14.x/support" + "destination": "/atopile/support" }, { "source": "/installation", - "destination": "/atopile-0.14.x/quickstart/1-installation" + "destination": "/atopile/quickstart/1-installation" + }, + { + "source": "/atopile/guides/install", + "destination": "/atopile/quickstart/1-installation" }, { "source": "/publish-package", - "destination": "/atopile-0.14.x/guides/publish" + "destination": "/atopile/guides/publish" }, { "source": "/quickstart", - "destination": "/atopile-0.14.x/quickstart/1-installation" + "destination": "/atopile/quickstart/1-installation" }, { "source": "/package-management", - "destination": "/atopile-0.14.x/essentials/4-packages" + "destination": "/atopile/essentials/4-packages" }, { "source": "/atopile/:slug*",