Open
Description
Jesse Seldess commented:
For customers who would prefer offline access to our docs, we should generate PDFs and make them downloadable from our site. We'll need to identify the proper scope (just stable docs, or pdfs or each version? one pdf across CockroachDB and CockroachCloud, or separate PDFs?). We'll need to think about the right UX and styling as well (e.g., where should page's break, etc.).
Static site generators like Sphinx offer this out-of-the-box, but Jekyll does not. So the first step is researching possible approaches. A few initial options listed below.
Via Jekyll:
From HTML:
- https://wkhtmltopdf.org/
- https://github.com/pdfkit/PDFKit
- http://www.princexml.com/doc/installing/ (paid)
Jira Issue: DOC-113