GitbookIO / gitbook-cli

GitBook's command line interface
717 stars 212 forks source link

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

Open DesertCookie opened 5 years ago

DesertCookie commented 5 years ago

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.

sfrances commented 4 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)