Remove outdated and unused documentation files#903
Conversation
These pages were not served by any Docusaurus plugin, not present in any sidebar, not redirect targets, and not linked from any other page or blog post.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR removes multiple obsolete documentation pages, updates docusaurus redirects and generated LLM content, deletes two commented sidebar entries, and updates a blog post's example links. No runtime source code changes. ChangesDocumentation removal + site wiring updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Both pages were excluded from the sidebar but still served via direct URL. Removing the files, llms.txt entries, and commented sidebar lines. The /docs/example-ens and /docs/example-liquidation-metrics redirects now point to the HyperIndex overview. Updated the one blog link that referenced example-liquidation-metrics to point to the Uniswap V4 multichain example instead.
The testing library has been bundled with HyperIndex for many releases; the v0.0.26 prerequisite line predates V3 and is no longer meaningful. Drops the prerequisite bullet and the corresponding troubleshooting step, renumbering the remaining items.
Summary
This PR removes a collection of outdated and unused documentation files that are no longer maintained or relevant to the current codebase.
Changes Made
todo/simple-bank.md- Outdated SimpleBank contract documentation with syntax marked as no longer in usedocs/unused/array-label.mdx- Documentation for loading entity arrays featuredocs/unused/subgraph-migration.md- Experimental subgraph migration documentationdocs/unused/example-erc4626-token-vault.md- Example indexer documentation for ERC4626 token vaultsdocs/unused/example-on-chain-governance.md- Example indexer documentation for on-chain governancedocs/unused/example-aave-token.md- Example indexer documentation for AAVE tokendocs/unused/example-reNFT.md- Example indexer documentation for reNFT contractdocs/unused/overview-everything.md- Outdated overview documentationNotes
All removed files were either explicitly marked as outdated/unused or located in the
docs/unused/directory, indicating they are no longer part of the active documentation set. This cleanup improves repository maintainability by removing stale documentation that could cause confusion.https://claude.ai/code/session_015vNRDvd8HngiAqboJBmoHN
Summary by CodeRabbit