docs(resources): remove community page from navigation#74
Open
docs(resources): remove community page from navigation#74
Conversation
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
This was referenced Mar 3, 2026
Open
Open
Open
Member
Author
This was referenced Mar 3, 2026
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
Greptile SummaryThis PR removes the Key findings:
This is a safe navigation cleanup with no functional code impact. Confidence Score: 5/5
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Resources Tab] --> B[🌐 Developer 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<br/>intentionally preserved for<br/>potential future reactivation]
style F stroke:#f66,stroke-dasharray:5 5,color:#f66
style G stroke:#090,stroke-dasharray:5 5,color:#090
Last reviewed commit: be9f438 |
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.

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.