diff options
-rw-r--r-- | book.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,11 +1,17 @@ var pkg = require('./package.json'); module.exports = { + // Documentation for GitBook is stored under "docs" root: './docs', title: 'GitBook Documentation', + // Enforce use of GitBook v3 + gitbook: pkg.version, + + // Use the "official" theme plugins: ['theme-official'], theme: 'official', + variables: { version: pkg.version } |