summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-21 19:08:39 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-21 19:08:39 +0100
commit7de152539d7834df62a9579590ed839ef55d2bb5 (patch)
tree2c30dca9a2cc4d10948626e5e40696804c723552 /docs
parent1e486a16bd9a05db1e9550aad7228765d73e310b (diff)
downloadgitbook-7de152539d7834df62a9579590ed839ef55d2bb5.zip
gitbook-7de152539d7834df62a9579590ed839ef55d2bb5.tar.gz
gitbook-7de152539d7834df62a9579590ed839ef55d2bb5.tar.bz2
Fix order of search paths for nunjucks
Diffstat (limited to 'docs')
-rw-r--r--docs/book.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/book.js b/docs/book.js
index b04e91c..988abb2 100644
--- a/docs/book.js
+++ b/docs/book.js
@@ -1,10 +1,10 @@
var pkg = require('../package.json');
module.exports = {
- "title": "GitBook Documentation",
+ title: 'GitBook Documentation',
- plugins: ["theme-official"],
- theme: "official",
+ plugins: ['theme-official'],
+ theme: 'official',
variables: {
version: pkg.version
}