Contributing
Documentation Expectations
- Keep pages practical and task-oriented.
- Update docs in the same change set as code updates.
- Prefer small, reviewable pull requests.
Local Validation
Before opening a pull request:
- Run
npm run buildand confirm success. - Validate links and page navigation locally with
npm start. - Check for spelling and outdated command examples.
Pull Request Checklist
- Changed docs are accurate for the current behavior.
- New pages are linked from the sidebar.
- Build succeeds locally.