summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--book.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/book.js b/book.js
index ec649fb..d6afa1f 100644
--- a/book.js
+++ b/book.js
@@ -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