Mono Repo overlapping content #351
Unanswered
dhrudevaliasolidatus
asked this question in
3. Git Sync
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
We are trying to enable/setup mono repo support for our repo.
Our current structure looks like
/docs/.*
We have 2 different build scripts that select different parts of each doc.
i.e.
Doc A =
Doc B =
Since each Space requires a separate .gitbook.yaml for the git sync, and they cannot overlap we are unsure how to set this up.
Initial tests
However it seems that relative back paths do not work and we get a git sync timeout.
Alternative Test
For root .gitbook.yaml
For ./docs/.gitbook.yaml
This also didn't work.
Is there a recommended way to have overlapping content in git syncs for 2 different spaces. The guess is that it is failing either on the
../
relative path for the root, or it is failing when there are 2 gitbook.yamls in subfolders.Beta Was this translation helpful? Give feedback.
All reactions