When learning a new system or keeping docs as a reference I often use ebooks (epub, mobi) esp. for refreshers on vacations or such when I don't wanna sit by a computer for a long time.
But as long as you have a "single page HTML" (e.g. like <https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/>) it's not a problem to convert it to any other format IME. BR, - Simon On Mon, 2023-02-06 at 18:57:35 +0100, Justin Bertram wrote: > Currently as part of the release process for Artemis we build docs in these > formats: > - HTML > - PDF > - EPUB > - MOBI > > I think we should only build docs in HTML and stop building them in PDF, > EPUB, & MOBI. Building the extra formats adds a surprising overhead to the > release process, and I don't think they are useful enough to warrant the > effort. > > Thoughts? > > > Justin > > P.S. This started out on the dev list, but I moved it to the users list to > get a feel for what users think about these docs.