diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-17 16:51:21 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-17 16:51:21 +0100 |
commit | dac00be7b5a4aefa9cc3f63e5d94e729269bdfb0 (patch) | |
tree | ef9909e4b5f6708a480a387ed70f9f0d9c823c1f /docs/config.md | |
parent | 4e7cb9b23f9234fcbcdc1d151501c1a7a7ea0028 (diff) | |
download | gitbook-dac00be7b5a4aefa9cc3f63e5d94e729269bdfb0.zip gitbook-dac00be7b5a4aefa9cc3f63e5d94e729269bdfb0.tar.gz gitbook-dac00be7b5a4aefa9cc3f63e5d94e729269bdfb0.tar.bz2 |
Add some doc about theming
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md new file mode 100644 index 0000000..750f88f --- /dev/null +++ b/docs/config.md @@ -0,0 +1,23 @@ +# Configuration + +GitBook allows you to customize your book using a flexible configuration. These options are specified in a `book.json` file. + +### Configuration Settings + +| Variable | Description | +| -------- | ----------- | +| `title` | Title of your book, default value is extracted from the README. On GitBook.com this field is pre-filled. | +| `description` | Description of your book, default value is extracted from the README. On GitBook.com this field is pre-filled. | +| `author` | Name of the author. On GitBook.com this field is pre-filled. | +| `isbn` | ISBN of the book | +| `language` | ISO code of the book's language, default value is `en` | +| `direction` | `rtl` or `ltr`, default value depends on the value of `language` | +| `gitbook` | [SemVer](http://semver.org) condition to validate which GitBook version should be used | +| `plugins` | List of plugins to load, See [the plugins section](#plugins) for more details | +| `pluginsConfig` |Configuration for plugins, See [the plugins section](#plugins) for more details | + + +### Plugins + +Plugins and their configurations are specified in the `book.json`. + |