summaryrefslogtreecommitdiffstats
path: root/lib/config/schema.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 /lib/config/schema.js
parent496f253e698f1224fa9f9cf88670648ff3930d7a (diff)
downloadgitbook-ec353e179dedf1ebf1ab6e54f6217a88d087ea75.zip
gitbook-ec353e179dedf1ebf1ab6e54f6217a88d087ea75.tar.gz
gitbook-ec353e179dedf1ebf1ab6e54f6217a88d087ea75.tar.bz2
Remove .gitbook and add "root" option
Diffstat (limited to 'lib/config/schema.js')
-rw-r--r--lib/config/schema.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/config/schema.js b/lib/config/schema.js
index 34a6c76..d3088f5 100644
--- a/lib/config/schema.js
+++ b/lib/config/schema.js
@@ -4,6 +4,10 @@ module.exports = {
'title': 'GitBook Configuration',
'type': 'object',
'properties': {
+ 'root': {
+ 'type': 'string',
+ 'title': 'Path fro the root folder containing the book\'s content'
+ },
'title': {
'type': 'string',
'title': 'Title of the book, default is extracted from README'