diff options
author | Soreine <soreine.plume@gmail.com> | 2016-03-02 12:00:07 +0100 |
---|---|---|
committer | Soreine <soreine.plume@gmail.com> | 2016-03-03 16:39:18 +0100 |
commit | b3662e07c1c6a0ca034ca3b145d53697fff0e1bd (patch) | |
tree | 007045d63193d75b4f288981baefb427000b42fe /docs/config.md | |
parent | 200e0c58c9808c24a605ea91199e0e8143f3b10c (diff) | |
download | gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.zip gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.tar.gz gitbook-b3662e07c1c6a0ca034ca3b145d53697fff0e1bd.tar.bz2 |
End of review
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index fc9b411..2f2fd85 100644 --- a/docs/config.md +++ b/docs/config.md @@ -17,13 +17,21 @@ GitBook allows you to customize your book using a flexible configuration. These ### Plugins -Plugins and their configurations are specified in the `book.json`. See [the plugins section](plugins/README.md) for more details. +Plugins and their configurations are specified in the `book.json`. See [the plugins section](/plugins/) for more details. | Variable | Description | | -------- | ----------- | | `plugins` | List of plugins to load | | `pluginsConfig` |Configuration for plugins | +### Theme + +Since version 3.0.0, GitBook can use themes. See [the theming section](/themes/) for more details. + +| Variable | Description | +| -------- | ----------- | +| `theme` | The theme to use for the book | + ### PDF Options PDF Output can be customized using a set of options in the `book.json`: |