diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-04-19 14:12:01 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-04-19 14:12:01 +0200 |
commit | 8f852971f9c516354c7aa153672781fa1d10bbe9 (patch) | |
tree | 402918aaf0b1a38eb7f2cc6ffd9b46e56b708bc1 /book.js | |
parent | 3c54c89464e51986c952dd1ab313e4e2e10382f8 (diff) | |
download | gitbook-8f852971f9c516354c7aa153672781fa1d10bbe9.zip gitbook-8f852971f9c516354c7aa153672781fa1d10bbe9.tar.gz gitbook-8f852971f9c516354c7aa153672781fa1d10bbe9.tar.bz2 |
Cleanup book.js
Diffstat (limited to 'book.js')
-rw-r--r-- | book.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,11 +6,10 @@ module.exports = { title: 'GitBook Toolchain Documentation', // Enforce use of GitBook v3 - gitbook: pkg.version, + gitbook: '>=3.0.0-pre.0', // Use the "official" theme plugins: ['theme-official', 'sitemap'], - theme: 'official', variables: { version: pkg.version |