The gitbook-docs branch contains generated GitBook-compatible documentation,
automatically updated by GitHub Actions when a docs/v* tag is pushed.
Do not edit this branch manually — all changes will be overwritten.
- Push a
docs/v*tag (e.g.docs/v1.0.0) to trigger a build scripts/prepare_gitbook_site.py --from-tagsextracts each component's docs from its latest release tag and assembles them into a site- The contents of
site/are pushed to this branch - GitBook syncs from this branch
The workflow can also be triggered manually via workflow_dispatch.