blob: 988abb26c61a46b24d19334d22d3faaf812b2f8b (
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
}
};
|