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