mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
13 lines
225 B
JavaScript
13 lines
225 B
JavaScript
var pkg = require('./package.json');
|
|
|
|
module.exports = {
|
|
root: './docs',
|
|
title: 'GitBook Documentation',
|
|
|
|
plugins: ['theme-official'],
|
|
theme: 'official',
|
|
variables: {
|
|
version: pkg.version
|
|
}
|
|
};
|