chore: delete the unreferenced snippets/home.jsx - #2305
Merged
Conversation
541 lines imported by nothing. `git grep "home.jsx"` across mdx, json and jsx returns no matches, and Mintlify only renders a snippet that a page imports, so this has never been served. It duplicates the card deck in home/celo.mdx, which means every edit to that deck has had to be made twice — #2301 updated both to swap the events link and drop the Proof of Ship card. Its internal hrefs still point at `/about-celo/**`, a tree that was renamed to `/home/**`, so the copy was already stale. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
palango
approved these changes
Sep 2, 2026
Merged
1 task
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.
The hole, and the fix
snippets/home.jsxis 541 lines that nothing imports. Mintlify only renders a snippet a page imports, so it has never been served to a reader.It is a stale duplicate of the
CardGroupinhome/celo.mdx. Keeping it has a real cost: every edit to that card deck has had to be made twice. #2301 hit this — the Lemonade→Luma swap and the Proof of Ship card removal both had to be applied to a file that renders nowhere.It is also already rotten: its internal
hrefs point at/about-celo/**, a tree renamed to/home/**, and at/about-celo/protocol/governance/voting-in-governance, which no longer exists.What this does NOT do / residual risk
Deletes only. If someone wanted this deck as a reusable component,
home/celo.mdxholds the current version and the file is onegit revertaway.No redirect needed — AGENTS.md §2 covers pages, and this was never reachable.
snippets/is excluded from the orphan check by design, which is why the checker never flagged it.Judgement calls
None. Discovered while auditing #2301's card-deck edits.
Issues
Closes: none. Follow-up from #2301.
Stacking / conflicts
Branched off
main, independent. No other open PR touchessnippets/.Verification evidence
Remaining ops steps
Questions for the maintainer
None.