summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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
}