diff options
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 |