Website Draft: Remove community landing page, go to Contribute - #331
Conversation
Greptile SummaryThis PR collapses the two-page Community/Contribute structure into a single page:
Confidence Score: 5/5Safe to merge — purely a documentation restructuring with no functional code changes. All internal cross-references are correctly updated, the deleted page's content is faithfully re-homed in the new location, and the layout.html routing change is mechanically correct. The two stale items in layout.html (block comment and _fd_hero_indices) were already called out in a previous review round and are cosmetic. docs/source/_templates/layout.html — the block comment and _fd_hero_indices entry noted in the previous review are still present. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph Before
A1[community/index\nHero landing page\nmarketing layout] --> B1[community/contribute\nIncludes CONTRIBUTING.md\nreference layout]
A1 --> C1[community/support]
A1 --> D1[community/discord]
A1 --> E1[community/faq]
end
subgraph After
A2[community/index\nIncludes CONTRIBUTING.md\nreference layout] --> C2[community/support]
A2 --> D2[community/discord]
A2 --> E2[community/faq]
end
style A1 fill:#f9c,stroke:#c66
style B1 fill:#f9c,stroke:#c66
style A2 fill:#9cf,stroke:#66c
Reviews (2): Last reviewed commit: "Merge branch 'dev/aidanf/flashdreams-sit..." | Re-trigger Greptile |
…s_site/community-index-contribute Signed-off-by: aidanfnv <aidanf@nvidia.com>
* Website: Remove community landing page, go to Contribute * Fix paths * Revert title change --------- Signed-off-by: aidanfnv <aidanf@nvidia.com>
Removes the dedicated
community/contribute.rstpage, which just includesCONTRIBUTE.md, replaces the content of the Community landing pagecommunity/index.rstwith an include ofCONTRIBUTE.md, and renames "Community" to "Contribute".The other
community/*pages are still accessible in the TOC sidebar in thecommunity/*pages.