.gitbook.yaml
file that must rely on the root of your repository../docs
folder:./docs/
and then structure.summary
as ./product/SUMMARY.md
, GitBook will actually look for a file in ./docs/product/SUMMARY.md
../README.md
./SUMMARY.md
./product
folder for the first page and summary:summary
file is a Markdown file (.md
) that should have the following structure:SUMMARY.md
in your root
folder if specified in your config file, or at the root of the repository otherwise.SUMMARY.md
file at the root of your docs, GitBook will infer the table of contents from the folder structure and the Markdown files below.SUMMARY.md
file, because this would imply that a single page lives at two different URLs in your GitBook space./help
to the support page:https://docs.company.com/help
https://docs.company.com/misc/support
on GitBook.misc/support.md
needs to be a real existing path within the repository. It needs to be relative to the current root
settting in .gitbook.yaml
. Please don't add any leading slashes. For example, ./misc/support.md
will not work.help
. For example, /help
will not work.