I'm planning to use GitBook for publishing user/system documentation for a large project. Documentation is organized as a collection of self-contained books, expected to be managed inside the main git repository like:
- root
- sources
- books
- tutorial
- assets
- section-1
- …
- reference
- …
Is it feasible to sync each book directory to an independent GitBook repository?
Bonus: is it feasible to have each GitBook repository automatically mirror the branching/tagging structure of the main repository?