Skip to main content

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:

  1. Run npm run build and confirm success.
  2. Validate links and page navigation locally with npm start.
  3. 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.