Skip to content

Commit 5e60c61

Browse files
authored
Clarify navigation vs superfooter rules for new pages (#901)
* Initial plan * docs: clarify page navigation and superfooter contribution rules --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 88813d0 commit 5e60c61

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ If you find a broken link, an incorrect date, or a bug on the site:
1818
### 3. Improving the Site (DX/Quality)
1919
We are currently working through our [ROADMAP.md](./ROADMAP.md) to improve site quality and developer experience. If you want to help with Lighthouse scores, build scripts, or automation, please check the roadmap for "Open" tasks.
2020

21+
### 4. Adding or Updating Site Pages
22+
If your PR adds a new page or updates page-level navigation:
23+
- **Main/Sub Navigation:** Do not automatically add new pages to `_includes/nav.html`. Confirm with a maintainer first, since not every page belongs in the main or sub navigation.
24+
- **Superfooter:** Add all pages to the superfooter in `_includes/footer.html` so they can always be discovered from the site footer.
25+
2126
---
2227

2328
## Pull Request Guidelines

0 commit comments

Comments
 (0)