summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--book.js2
-rw-r--r--docs/README.md2
-rw-r--r--docs/ebook.md11
3 files changed, 12 insertions, 3 deletions
diff --git a/book.js b/book.js
index d6afa1f..cb2a360 100644
--- a/book.js
+++ b/book.js
@@ -17,7 +17,7 @@ module.exports = {
pluginsConfig: {
sitemap: {
- hostname: 'https://docs.gitbook.com'
+ hostname: 'https://toolchain.gitbook.com'
}
}
};
diff --git a/docs/README.md b/docs/README.md
index 16917dd..d626231 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,7 +1,5 @@
# GitBook Toolchain Documentation
-![image](https://upload.wikimedia.org/wikipedia/commons/0/02/SVG_logo.svg)
-
This document aims to be a comprehensive guide to GitBook. It contains the full documentation for version **{{ book.version }}**. Help for GitBook.com specific questions can be found at [help.gitbook.com](https://help.gitbook.com).
### What is GitBook?
diff --git a/docs/ebook.md b/docs/ebook.md
index 58a0d9b..6230488 100644
--- a/docs/ebook.md
+++ b/docs/ebook.md
@@ -2,6 +2,17 @@
GitBook can generates a website, but can also output content as ebook (ePub, Mobi, PDF).
+```
+# Generate a PDF file
+$ gitbook pdf ./ ./mybook.pdf
+
+# Generate an ePub file
+$ gitbook epub ./ ./mybook.epub
+
+# Generate a Mobi file
+$ gitbook mobi ./ ./mybook.mobi
+```
+
### Installing ebook-convert
`ebook-convert` is required to generate ebooks (epub, mobi, pdf).