gitbook-cli icon indicating copy to clipboard operation
gitbook-cli copied to clipboard

Specify location of README and SUMMARY - build ignores .gitbook.yaml

Open DesertCookie opened this issue 6 years ago • 1 comments

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.

DesertCookie avatar Oct 03 '19 16:10 DesertCookie

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)

sfrances avatar May 28 '20 15:05 sfrances