GitbookIO / gitbook-cli

GitBook's command line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DesertCookie opened this issue · 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.

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)