summaryrefslogtreecommitdiffstats
path: root/book.js
diff options
context:
space:
mode:
Diffstat (limited to 'book.js')
-rw-r--r--book.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/book.js b/book.js
new file mode 100644
index 0000000..796f79d
--- /dev/null
+++ b/book.js
@@ -0,0 +1,12 @@
+var pkg = require('../package.json');
+
+module.exports = {
+ root: './docs',
+ title: 'GitBook Documentation',
+
+ plugins: ['theme-official'],
+ theme: 'official',
+ variables: {
+ version: pkg.version
+ }
+};