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

module.exports = {
    "title": "GitBook Documentation",

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