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/plugins.md | |
parent | a2e0bc267c3ca0b28669344f9b07d57b55294ec5 (diff) | |
download | gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.zip gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.tar.gz gitbook-34bb52a051f0e9b9262fd836cff384050e9c970d.tar.bz2 |
Improve templating documentation
Diffstat (limited to 'docs/plugins.md')
-rw-r--r-- | docs/plugins.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/plugins.md b/docs/plugins.md index 4d9e7b6..ff56b7b 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -9,7 +9,7 @@ Plugins can be easily searched on [plugins.gitbook.com](https://plugins.gitbook. ### How to install a plugin? -Once you find a plugin that you want to install, you need to add it to your book.json: +Once you find a plugin that you want to install, you need to add it to your `book.json`: ``` { @@ -17,6 +17,10 @@ Once you find a plugin that you want to install, you need to add it to your book } ``` -You can also specify a specific version using: "myPlugin@0.3.1". By default GitBook will resolve the latest version of the plugin compatbile with the current GitBook version. +You can also specify a specific version using: `"myPlugin@0.3.1"`. By default GitBook will resolve the latest version of the plugin compatbile with the current GitBook version. Plugins are automatically installed on [GitBook.com](https://www.gitbook.com). Locally, run `gitbook install` to install and prepare all plugins for your books. + +### Configuring plugins + +PLugins specific configurations are stored in `pluginsConfig`. You have to refer to the documentation of the plugin itself for details about the available options. |