gitbook-cli
gitbook-cli copied to clipboard
Specify location of README and SUMMARY - build ignores .gitbook.yaml
Why doesn't gitbook build scan .gitbook.yaml to find out where README.md and SUMMARY.md are? Right now, I have to keep two files of each: One for the build process, one for gitbook.com.
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)