Open DesertCookie opened 5 years ago
Same issue for me. I have a simple .gitbook.yaml
file in my git repo
root: ./
structure:
readme: INTRO.md
summary: SUMMARY.md
Gitbook still looks for README.md
(used for the git repo) and not for what is specified in config file.
(Posting here to not create duplicates)
Why doesn't
gitbook build
scan.gitbook.yaml
to find out whereREADME.md
andSUMMARY.md
are? Right now, I have to keep two files of each: One for the build process, one for gitbook.com.