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