diff options
Diffstat (limited to 'book.js')
-rw-r--r-- | book.js | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +var pkg = require('../package.json'); + +module.exports = { + root: './docs', + title: 'GitBook Documentation', + + plugins: ['theme-official'], + theme: 'official', + variables: { + version: pkg.version + } +}; |