docs: redirect legacy /build/overview to /build#7
Open
victorchimakanu wants to merge 1 commit into
Open
Conversation
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) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Pull request overview
Adds a Mintlify docs redirect so the legacy pre-v1.1 URL /build/overview resolves to the current build landing page at /build, avoiding 404s from existing inbound links/bookmarks (and from the proxied aomi.dev/docs behavior described in the PR).
Changes:
- Added a redirect entry mapping
/build/overview→/buildindocs.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a redirect
/build/overview→/buildtodocs.json.Why
The build path landing page is
build/index.mdx, so its live slug is/build(and/docs/buildon the proxiedaomi.devhost). The old pre v1.1 slug/build/overviewnow 404s, but it is still:aomi.dev/docscurrently redirects to (/docs/build/overview), which dead ends.This one line redirect makes the legacy URL resolve to the real page.
docs.jsonvalidates as JSON.Note for the platform side (not in this PR)
Separately,
aomi.dev/docs/*is serving a stale CDN cache from before the Mintlify migration (PR #183) and needs a Cloudflare + Vercel cache purge. That is the primary reason the docs look wrong onaomi.dev; this redirect is the secondary slug fix.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com