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/config.md | |
parent | a2e0bc267c3ca0b28669344f9b07d57b55294ec5 (diff) | |
download | gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.zip gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.tar.gz gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.tar.bz2 |
Improve templating documentation
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/config.md b/docs/config.md index 750f88f..a7484df 100644 --- a/docs/config.md +++ b/docs/config.md @@ -13,11 +13,11 @@ GitBook allows you to customize your book using a flexible configuration. These | `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` | List of plugins to load, See [the plugins section](plugins.md) for more details | +| `pluginsConfig` |Configuration for plugins, See [the plugins section](plugins.md) for more details | ### Plugins -Plugins and their configurations are specified in the `book.json`. +Plugins and their configurations are specified in the `book.json`. See [the plugins section](plugins.md) for more details. |