diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-24 12:18:23 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-24 12:18:23 +0100 |
commit | 99d9d4961076424dc9681ee7f2ab2fed28d5d7c0 (patch) | |
tree | 7d33bce96d5c872aa962495590c07247243e95f6 /lib/index.js | |
parent | fd98746c2b14985b914678f39361b31028437d5b (diff) | |
download | gitbook-99d9d4961076424dc9681ee7f2ab2fed28d5d7c0.zip gitbook-99d9d4961076424dc9681ee7f2ab2fed28d5d7c0.tar.gz gitbook-99d9d4961076424dc9681ee7f2ab2fed28d5d7c0.tar.bz2 |
Improve navigation with non existant entries
Use i18n for introduction title
Diffstat (limited to 'lib/index.js')
-rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index a03f39d..44574fd 100644 --- a/lib/index.js +++ b/lib/index.js @@ -19,7 +19,7 @@ var LOG_OPTION = { var FORMAT_OPTION = { name: "format", description: "Format to build to", - values: ["website", "json"], + values: ["website", "json", "ebook"], defaults: "website" }; |