Skip to content

Contributing

This page is part of the v0.1.0-alpha.1 release path.

  • Validate documentation before submitting alpha-facing changes.
  • Keep user journeys, reference pages, and troubleshooting notes in sync.
  • Run the docs validator and strict Starlight build locally.
  • Link release-impacting work to the alpha checklist when needed.
Terminal window
make docs-validate
uv run pytest testing/ci/tests/test_validate_docs_navigation.py -q

Contributor workflows can use repo-local make targets and DevPod. Platform Engineer and Data Engineer docs should describe product workflows that do not require contributor infrastructure.

  • Alpha-critical documentation pages exist and are included in the docs manifest.
  • Local relative Markdown links in required pages resolve.
  • Validator tests pass after docs navigation changes.
  • Pull requests explain which documentation surface changed.