Skip to content

Add redirects for 18 legacy doc paths still returning 404#694

Merged
lavanya-gunreddi merged 3 commits into
mainfrom
fix/gsc-404-redirects
Jul 10, 2026
Merged

Add redirects for 18 legacy doc paths still returning 404#694
lavanya-gunreddi merged 3 commits into
mainfrom
fix/gsc-404-redirects

Conversation

@danstotts-ops

Copy link
Copy Markdown
Contributor

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-pods has 11 referring pages).

Change

Adds 18 entries to the redirects array in docs.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

@mintlify

mintlify Bot commented Jul 7, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jul 7, 2026, 10:01 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Lavanya's #692 covered 8 legacy paths from DOCS-457. This adds the remaining
still-404 paths from the same Ahrefs crawl + GSC 'Not found (404)' validation
set. All destinations verified to exist. No overlaps with #692 (rebased).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The 'Check tooltip imports' required status check is path-filtered to
**.mdx, so it never runs on json-only PRs and blocks the merge as
'expected'. Whitespace-only touch to one .mdx to make it run.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@danstotts-ops

Copy link
Copy Markdown
Contributor Author

@lavanya-gunreddi one more approval click needed, sorry. The merge was blocked by the required 'Check tooltip imports' status check: its workflow is path-filtered to .mdx files, so on this json-only PR it never ran and the merge sat waiting forever. I pushed a whitespace-only touch to one .mdx to trigger it (it passed in 9s), but that push reset your approval. No content changed since your review beyond that whitespace line. Once re-approved this merges immediately.

Separately, worth fixing the root cause so this doesn't bite the next docs.json-only PR: either remove the paths filter from validate-tooltips.yml (the script is a 9-second no-op when nothing relevant changed) or drop it from the required checks list.

@lavanya-gunreddi lavanya-gunreddi merged commit 51f3815 into main Jul 10, 2026
3 checks passed
@lavanya-gunreddi lavanya-gunreddi deleted the fix/gsc-404-redirects branch July 10, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants