Updating these docs
Overview
Gitbook website is synced with the docs branch.
Documentation updates are handled through an automated bidirectional sync between the main and docs branches:
GitBook edits →
docsbranch → automated PR tomainCode changes →
mainbranch → automated sync todocsbranch
Making Documentation Changes
For Contributors: PR to Main (Recommended)
Create a branch from
mainEdit files in
docs/gitbook/folderPR directly to
mainbranchChanges will automatically sync to
docsbranch after merge and reflected on the website.
For Maintainers: GitBook Interface
Repo maintainers and selected contributors can edit directly in GitBook - changes automatically sync to the docs branch and create a PR to main.
Automated Workflow
Documentation-only changes: Auto-labeled and ready for review
Mixed changes (docs + code): Flagged for manual review with
needs-reviewlabelCode changes on main: Non-docs files automatically sync to
docsbranchAll PRs use squash & merge to maintain clean history
The GitBook website updates automatically when changes reach the docs branch.
Last updated
Was this helpful?