Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 529 Bytes

File metadata and controls

13 lines (9 loc) · 529 Bytes

GitBook Documentation Branch

The gitbook-docs branch contains generated GitBook-compatible documentation, automatically updated by GitHub Actions on every push to main.

Do not edit this branch manually — all changes will be overwritten.

How it works

  1. scripts/generate_api_docs.py generates API reference from Python docstrings
  2. scripts/convert_to_gitbook.py converts Astro/MDX docs to plain Markdown in site/
  3. The contents of site/ are pushed to this branch
  4. GitBook syncs from this branch