diff options
author | Soreine <nicolas@gitbook.com> | 2016-05-17 16:47:52 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-05-17 16:47:52 +0200 |
commit | fc4bdd68a1b873ee284a8994bf10c045b37e2838 (patch) | |
tree | ecb433b14e5c05fcdee34c8408fbc092bef760c4 /docs | |
parent | f83975b0221d6a70ba2a23da431dbca7f5fab941 (diff) | |
download | gitbook-fc4bdd68a1b873ee284a8994bf10c045b37e2838.zip gitbook-fc4bdd68a1b873ee284a8994bf10c045b37e2838.tar.gz gitbook-fc4bdd68a1b873ee284a8994bf10c045b37e2838.tar.bz2 |
Can only use file names
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/config.md b/docs/config.md index 3dcfcb4..01d4d48 100644 --- a/docs/config.md +++ b/docs/config.md @@ -35,15 +35,15 @@ Since version 3.0.0, GitBook can use themes. See [the theming section](themes/RE ### Structure -In addition to the `root` variable, you can tell Gitbook where to find files for Readme, Summary, Glossary, Languages (instead of using the default paths such as `README.md`). -These paths are relative to `root` of each book, and can be extended in every language's `book.json`. +In addition to the `root` variable, you can tell Gitbook the name of the files for Readme, Summary, Glossary, Languages (instead of using the default names such as `README.md`). +These files must be at the root of your book (or the root of every language book). Paths such as `dir/MY_README.md` are not accepted. | Variable | Description | | -------- | ----------- | -| `structure.readme` | Path to the Readme file (defaults to `README.md`) | -| `structure.summary` | Path to the Summary file (defaults to `SUMMARY.md`) | -| `structure.glossary` | Path to the Glossary file (defaults to `GLOSSARY.md`) | -| `structure.languages` | Path to the Languages file (defaults to `LANGS.md`) | +| `structure.readme` | Readme file name (defaults to `README.md`) | +| `structure.summary` | Summary file name (defaults to `SUMMARY.md`) | +| `structure.glossary` | Glossary file name (defaults to `GLOSSARY.md`) | +| `structure.languages` | Languages file name (defaults to `LANGS.md`) | ### PDF Options |