diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-25 11:38:54 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-25 11:38:54 +0100 |
commit | 34bb52a051f0e9b9262fd836cff384050e9c970d (patch) | |
tree | 2013c19b5a18715780e97ef87d2af7ce7c6e3ece /docs/languages.md | |
parent | a2e0bc267c3ca0b28669344f9b07d57b55294ec5 (diff) | |
download | gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.zip gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.tar.gz gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.tar.bz2 |
Improve templating documentation
Diffstat (limited to 'docs/languages.md')
-rw-r--r-- | docs/languages.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/languages.md b/docs/languages.md index 9acead0..9a866be 100644 --- a/docs/languages.md +++ b/docs/languages.md @@ -7,3 +7,9 @@ GitBook supports building books written in multiple languages. Each language sho * [French](fr/) * [Español](es/) ``` + +### Configuration for each language + +When a language book (ex: `en`) has a `book.json`, its configuration will extend the main configuration. + +The only exception is plugins, plugins are specify globally relative to the book, and language specific plugins can not be specified. |