diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-10-13 10:59:32 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-10-13 10:59:32 +0200 |
commit | 950ad1d0604ef387564f0baf76e3902aa62fac2a (patch) | |
tree | 3144274ffef65fb2a5a3dc07a2b2b4212c4af004 | |
parent | ed6b29c1a474701bb2e4d19e6dce1e714eec939f (diff) | |
download | gitbook-950ad1d0604ef387564f0baf76e3902aa62fac2a.zip gitbook-950ad1d0604ef387564f0baf76e3902aa62fac2a.tar.gz gitbook-950ad1d0604ef387564f0baf76e3902aa62fac2a.tar.bz2 |
Remove reference to single page output
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -133,7 +133,6 @@ GitBook can generate your book in the following formats: * **Static Website**: This is the default format. It generates a complete interactive static website that can be, for example, hosted on GitHub Pages. * **eBook**: A complete eBook with exercise solutions at the end of the book. Generate this format using: ```gitbook ebook ./myrepo```. You need to have [ebook-convert](http://manual.calibre-ebook.com/cli/ebook-convert.html) installed. The output format could be **PDF**, **ePub** or **MOBI**. -* **Single Page**: The book will be stored in a single printable HTML page. This format is used for conversion to PDF or eBook. Generate this format using: ```gitbook build ./myrepo -f page```. * **JSON**: This format is used for debugging or extracting metadata from a book. Generate this format using: ```gitbook build ./myrepo -f json```. ## Book Format |