-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Current Behavior
Contributor docs can become stale when dependency versions change in package.json.
For example, setup/troubleshooting sections may continue to reference old React/Gatsby versions, which causes confusion for newcomers and extra maintainer support.
Desired Situation
Add an automated guardrail that validates key version references in contributor-facing docs (starting with CONTRIBUTING.md) against current values in package.json.
Expected outcome:
- CI fails when documented versions are outdated.
- CI passes when docs and dependencies are aligned.
- Failure message clearly indicates what file/value should be updated.
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
- 📚 See contributing instructions.
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack.
Join the Layer5 Community by submitting your community member form.
Reactions are currently unavailable