Skip to content

docs(resources): remove community page from navigation#74

Open
aimensahnoun wants to merge 1 commit into03-03-docs_resources_refine_chains_currencies_and_token_list_with_tron-safe_updates_improve_resource_pages_for_supported_chains_currencies_and_token_discovery_while_preserving_required_tron_coverage_and_improving_navigation_clarity._-from
03-03-docs_nav_hide_community_page_from_resources_while_keeping_source_file_remove_resources_community_from_the_resources_navigation_in_docs.json_to_make_the_community_page_inaccessible_in_the_docs_ui_for_now_while_preserving_resource
Open

docs(resources): remove community page from navigation#74
aimensahnoun wants to merge 1 commit into03-03-docs_resources_refine_chains_currencies_and_token_list_with_tron-safe_updates_improve_resource_pages_for_supported_chains_currencies_and_token_discovery_while_preserving_required_tron_coverage_and_improving_navigation_clarity._-from
03-03-docs_nav_hide_community_page_from_resources_while_keeping_source_file_remove_resources_community_from_the_resources_navigation_in_docs.json_to_make_the_community_page_inaccessible_in_the_docs_ui_for_now_while_preserving_resource

Conversation

@aimensahnoun
Copy link
Member

@aimensahnoun aimensahnoun commented Mar 3, 2026

TL;DR

Removed the "community" page from the resources section in the documentation navigation.

What changed?

The resources/community page entry has been removed from the pages array in the resources section of docs.json.

How to test?

  1. Build and serve the documentation locally
  2. Navigate to the resources section
  3. Verify that the community page is no longer listed in the navigation menu
  4. Confirm that the remaining pages (supported-chains-and-currencies, near-blockchain, token-list) are still accessible

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.

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
Copy link
Member Author

aimensahnoun commented Mar 3, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@aimensahnoun aimensahnoun self-assigned this Mar 3, 2026
@aimensahnoun aimensahnoun changed the title docs(nav): hide community page from Resources while keeping source file 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 docs(resources): remove community page from navigation Mar 3, 2026
@aimensahnoun aimensahnoun marked this pull request as ready for review March 3, 2026 14:39
@greptile-apps
Copy link

greptile-apps bot commented Mar 3, 2026

Greptile Summary

This PR removes the resources/community page entry from the Resources section navigation in docs.json. The change is minimal, touching only the navigation configuration while preserving the underlying resources/community.mdx source file.

Key findings:

  • Single-line removal from docs.json correctly strips the community page from the sidebar navigation
  • The resources/community.mdx file is intentionally preserved in the repository for potential future reactivation, as documented in the commit message
  • Remaining Developer Resources pages remain accessible: supported-chains-and-currencies, near-blockchain, token-list
  • JSON syntax remains valid

This is a safe navigation cleanup with no functional code impact.

Confidence Score: 5/5

  • This is a single-line navigation config change with no functional code impact—safe to merge.
  • The change is straightforward and low-risk. It removes only a navigation entry from docs.json, leaving the underlying resource file intact by design. The intent is clearly documented, the syntax is valid, and no code functionality is affected. All remaining resource pages remain accessible in navigation.
  • No files require special attention

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
Loading

Last reviewed commit: be9f438

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

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.

1 participant