Add redirects for 18 legacy doc paths still returning 404#694
Open
danstotts-ops wants to merge 1 commit into
Open
Add redirects for 18 legacy doc paths still returning 404#694danstotts-ops wants to merge 1 commit into
danstotts-ops wants to merge 1 commit into
Conversation
18 legacy paths from old docs structures (graphql/, category/, docs/ prefixes, pre-restructure serverless paths) still return 404 and are failing the GSC 'Not found (404)' validation on the runpod.io domain property. Several carry external backlinks (/graphql/manage-pods has 11). Map each to its closest current page; all destinations verified to exist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
GSC's 'Not found (404)' validation on the runpod.io domain property failed (July 3 email); a chunk of the still-404 URLs are legacy docs paths from old structures:
/graphql/*,/category/*,/docs/*, and pre-restructure serverless paths. Several carry external backlinks (/graphql/manage-podshas 11 referring pages).Change
Adds 18 entries to the
redirectsarray indocs.json, each mapped to the closest current page. All destination paths verified to exist (as .mdx or live 200). No content changes.After this deploys, re-request validation in GSC for the 'Not found (404)' issue.
🤖 Generated with Claude Code