summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-12-03 23:19:47 +0100
committerSamy Pessé <samypesse@gmail.com>2014-12-03 23:19:47 +0100
commitc9a31cc9878259e5a800f530adf81f9dd2744ee8 (patch)
tree9a70801ab5e1f15b20f7a5736179dc181dd14855 /README.md
parentf03c316274ca6b0bcf80eaf861af676921b47063 (diff)
downloadgitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.zip
gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.tar.gz
gitbook-c9a31cc9878259e5a800f530adf81f9dd2744ee8.tar.bz2
Add option isbn for books
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5726f3..a164c3f 100644
--- a/README.md
+++ b/README.md
@@ -52,9 +52,10 @@ Here are the options that can be stored in this file:
// It's not advised this option in the book.json
"generator": "site",
- // Book title and description (defaults are extracted from the README)
+ // Book metadats (somes are extracted from the README by default)
"title": null,
"description": null,
+ "isbn": null,
// For ebook format, the extension to use for generation (default is detected from output extension)
// "epub", "pdf", "mobi"