summaryrefslogtreecommitdiffstats
path: root/book.js
blob: 4c8c6197b4ad834de1f5f44ef9b2af2d256ddfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
var pkg = require('./package.json');

module.exports = {
    root: './docs',
    title: 'GitBook Documentation',

    plugins: ['theme-official'],
    theme: 'official',
    variables: {
        version: pkg.version
    }
};