diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:58:51 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-21 22:58:51 +0200 |
commit | f86c27b090ab88598679b7e69b87c3286bdc7a17 (patch) | |
tree | 1b8680536cb7f7f88639eaf8e6a7a5805ff09b7c /README.md | |
parent | b5b8ed72a55e0a6a23aa7695ab223a0e7c8c7cc6 (diff) | |
download | gitbook-f86c27b090ab88598679b7e69b87c3286bdc7a17.zip gitbook-f86c27b090ab88598679b7e69b87c3286bdc7a17.tar.gz gitbook-f86c27b090ab88598679b7e69b87c3286bdc7a17.tar.bz2 |
Add option --pluginsConfig
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Options for commands `build` and `serve` are: -f, --format <name> Change generation format, defaults to site, availables are: site, page, pdf, json --githubHost <url> The url of the github host (defaults to https://github.com/) --plugins <plugins> List of plugins to use separated by ":" +--pluginsConfig <json file> JSON File containing plugins configuration ``` You can publish your books to our index by visiting [GitBook.io](http://www.gitbook.io) |