Docker.github.io: Feature Request: PDF format download of entire docs

Created on 20 Oct 2016  路  3Comments  路  Source: docker/docker.github.io

Useful to read on a kindle or ipad on the daily commute.

Most helpful comment

I don't think this is something we can do, sadly. If we ever change to use Pandoc it may be possible. I know it won't work on iPad, but you can run the docs locally by running:

docker run -ti -p 4000:4000 docs/docker.github.io

All 3 comments

Hi @HariSekhon - the best we could do is something like http://wkhtmltopdf.org/

Have you tried this?

Looks interesting, I hadn't come across that before. It's probably not the right solution for each user to have to figure out independently how to mirror the entire docs structure in to a pdf, but if you're meaning to use it to generate the doc and provide a download link on the official doc site then that makes sense. Quite a lot of vendors such as Cassandra provide both the online HTML and PDF downloadable versions of the same documentation.

I don't think this is something we can do, sadly. If we ever change to use Pandoc it may be possible. I know it won't work on iPad, but you can run the docs locally by running:

docker run -ti -p 4000:4000 docs/docker.github.io

Was this page helpful?
0 / 5 - 0 ratings