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 →
docs
branch → automated PR tomain
Code changes →
main
branch → automated sync todocs
branch
Making Documentation Changes
For Contributors: PR to Main (Recommended)
Create a branch from
main
Edit files in
docs/gitbook/
folderPR directly to
main
branchChanges will automatically sync to
docs
branch 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-review
labelCode changes on main: Non-docs files automatically sync to
docs
branchAll PRs use squash & merge to maintain clean history
The GitBook website updates automatically when changes reach the docs
branch.
Last updated
Was this helpful?