summaryrefslogtreecommitdiffstats
path: root/book.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-29 17:35:12 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-29 17:35:12 +0100
commitec353e179dedf1ebf1ab6e54f6217a88d087ea75 (patch)
tree4a6e90f89a56ea571c0a090e6a524f760da8aa3b /book.js
parent496f253e698f1224fa9f9cf88670648ff3930d7a (diff)
downloadgitbook-ec353e179dedf1ebf1ab6e54f6217a88d087ea75.zip
gitbook-ec353e179dedf1ebf1ab6e54f6217a88d087ea75.tar.gz
gitbook-ec353e179dedf1ebf1ab6e54f6217a88d087ea75.tar.bz2
Remove .gitbook and add "root" option
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
+ }
+};