diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-21 01:02:38 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-21 01:02:38 +0100 |
commit | e16b3e35f438014cb51fac84a500c8996d18658d (patch) | |
tree | a62f9cb30ac4fbf24da700089ae58a1b942e9678 /docs/book.js | |
parent | 2f15e26ffa9ca67007e9f23ac732fed0fcb109d9 (diff) | |
download | gitbook-e16b3e35f438014cb51fac84a500c8996d18658d.zip gitbook-e16b3e35f438014cb51fac84a500c8996d18658d.tar.gz gitbook-e16b3e35f438014cb51fac84a500c8996d18658d.tar.bz2 |
Setup summary for documentation
Diffstat (limited to 'docs/book.js')
-rw-r--r-- | docs/book.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/book.js b/docs/book.js new file mode 100644 index 0000000..b04e91c --- /dev/null +++ b/docs/book.js @@ -0,0 +1,11 @@ +var pkg = require('../package.json'); + +module.exports = { + "title": "GitBook Documentation", + + plugins: ["theme-official"], + theme: "official", + variables: { + version: pkg.version + } +}; |