Uh oh!
There was an error while loading. Please reload this page.
docs(resources): remove community page from navigation - #74
Conversation
resources/community from the Resources navigation in docs.json to make the Community page inaccessible in the docs UI for now, while preserving resources/community.mdx inGreptile SummaryThis PR removes the
Confidence Score: 5/5Safe to merge — the change only removes a single navigation entry with no impact on other pages or site functionality. The edit is a one-line deletion from a navigation config. The remaining resources pages are untouched, JSON structure is valid, and no routing logic is affected. The only loose end is the orphaned resources/community.mdx file, which doesn't block the site from building or serving. No files require special attention beyond the orphaned resources/community.mdx. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[docs.json navigation] --> B[resources group]
B --> C[supported-chains-and-currencies]
B --> D[near-blockchain]
B --> E[token-list]
B -. removed .-> F[community ❌]
F -.-> G[resources/community.mdx\nstill on disk]
style F stroke-dasharray: 5 5,fill:#ffcccc
style G fill:#fff3cd
Reviews (2): Last reviewed commit: "docs(nav): hide community page from Reso..." | Re-trigger Greptile |
Merge activity
|
Remove `resources/community` from the Resources navigation in `docs.json` to make the Community page inaccessible in the docs UI for now, while preserving `resources/community.mdx` in the repository for potential future reactivation. - removed `resources/community` from `Resources -> 🌐 Developer Resources` page list - kept the underlying `resources/community.mdx` file unchanged in codebase - validated `docs.json` remains syntactically valid
be9f438 to
73540f7CompareUh oh!
There was an error while loading. Please reload this page.

TL;DR
Removed the "community" page from the resources section in the documentation navigation.
What changed?
The
resources/communitypage entry has been removed from the pages array in the resources section ofdocs.json.How to test?
Why make this change?
This change streamlines the resources section by removing the community page reference, likely because the page is no longer needed or has been relocated elsewhere in the documentation structure.