Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit ab37894

Browse files
raytallenclaude
andauthored
Chain legacy redirects through /atopile/ wildcard and add install redirect (#21)
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 <noreply@anthropic.com>
1 parent 2cdfa8d commit ab37894

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,23 +397,27 @@
397397
"redirects": [
398398
{
399399
"source": "/support",
400-
"destination": "/atopile-0.14.x/support"
400+
"destination": "/atopile/support"
401401
},
402402
{
403403
"source": "/installation",
404-
"destination": "/atopile-0.14.x/quickstart/1-installation"
404+
"destination": "/atopile/quickstart/1-installation"
405+
},
406+
{
407+
"source": "/atopile/guides/install",
408+
"destination": "/atopile/quickstart/1-installation"
405409
},
406410
{
407411
"source": "/publish-package",
408-
"destination": "/atopile-0.14.x/guides/publish"
412+
"destination": "/atopile/guides/publish"
409413
},
410414
{
411415
"source": "/quickstart",
412-
"destination": "/atopile-0.14.x/quickstart/1-installation"
416+
"destination": "/atopile/quickstart/1-installation"
413417
},
414418
{
415419
"source": "/package-management",
416-
"destination": "/atopile-0.14.x/essentials/4-packages"
420+
"destination": "/atopile/essentials/4-packages"
417421
},
418422
{
419423
"source": "/atopile/:slug*",

0 commit comments

Comments
 (0)