summaryrefslogtreecommitdiffstats
path: root/lib/config/default.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-17 13:12:34 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-17 13:12:34 +0100
commitb6104c64fecb72c9f40554600d456c27dbd18be8 (patch)
tree0c48caf160f8b8a2c54f4cfa76c0f586364dbc8b /lib/config/default.js
parente95678cf3a3cfbcbfa8b64ca16c4030417187e88 (diff)
downloadgitbook-b6104c64fecb72c9f40554600d456c27dbd18be8.zip
gitbook-b6104c64fecb72c9f40554600d456c27dbd18be8.tar.gz
gitbook-b6104c64fecb72c9f40554600d456c27dbd18be8.tar.bz2
Use same json for page context and json builds
Diffstat (limited to 'lib/config/default.js')
-rw-r--r--lib/config/default.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/config/default.js b/lib/config/default.js
index 92defaa..a35f1a5 100644
--- a/lib/config/default.js
+++ b/lib/config/default.js
@@ -1,11 +1,6 @@
var path = require('path');
module.exports = {
- // Options that can't be extend
- 'configFile': 'book',
- 'generator': 'website',
- 'extension': null,
-
// Book metadatas (somes are extracted from the README by default)
'title': null,
'description': null,