diff options
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`: |