diff options
Diffstat (limited to 'lib/config/schema.js')
-rw-r--r-- | lib/config/schema.js | 4 |
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' |