diff options
author | Soreine <nicolas@gitbook.com> | 2016-06-30 12:15:50 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-06-30 12:15:50 +0200 |
commit | 70fd4ded296a85190371c7456445af57de2f0818 (patch) | |
tree | aa2384d3fd7cb78c8fd61073b9887c5d6282f667 | |
parent | 9ce9388dfcf92dc6579e5d18ee1e2fb591aee620 (diff) | |
download | gitbook-70fd4ded296a85190371c7456445af57de2f0818.zip gitbook-70fd4ded296a85190371c7456445af57de2f0818.tar.gz gitbook-70fd4ded296a85190371c7456445af57de2f0818.tar.bz2 |
Update theme-official for doc
-rw-r--r-- | book.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,10 +6,10 @@ module.exports = { title: 'GitBook Toolchain Documentation', // Enforce use of GitBook v3 - gitbook: '>=3.0.0-pre.0', + gitbook: '3.1.1', // Use the "official" theme - plugins: ['theme-official', 'sitemap'], + plugins: ['theme-official@2.1.0', '-sharing', '-fontsettings', 'sitemap'], variables: { version: pkg.version |