diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-05-01 16:15:19 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-05-01 16:15:19 +0200 |
commit | 5bac2fe695b6f56088c03c8144a05a8e0418ea50 (patch) | |
tree | e9fb6c6d4d7c90354a495c798e3059755aceb67e /book.js | |
parent | 2c29fb241f36c490d8329e3578afb01eb31a14ae (diff) | |
download | gitbook-5bac2fe695b6f56088c03c8144a05a8e0418ea50.zip gitbook-5bac2fe695b6f56088c03c8144a05a8e0418ea50.tar.gz gitbook-5bac2fe695b6f56088c03c8144a05a8e0418ea50.tar.bz2 |
Fix #1253: add instructions for generating ebook in docs
Diffstat (limited to 'book.js')
-rw-r--r-- | book.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ module.exports = { pluginsConfig: { sitemap: { - hostname: 'https://docs.gitbook.com' + hostname: 'https://toolchain.gitbook.com' } } }; |