docs icon indicating copy to clipboard operation
docs copied to clipboard

[Docs] Is there a way to generate a book for it?

Open weyderfs opened this issue 2 years ago • 3 comments

Hi guys,

Is there some e-book created for Concourse CI? Actually the docs just are in HTML page. But I would like export a .pdf or .epub to read in my Kindle.

I've searched in the framework project of Booklit, but not found nothing about that. 😢

weyderfs avatar Feb 15 '23 19:02 weyderfs

There isn't and I don't think anyone has ever thought of doing that before! You could generate all the pages locally and then convert the html files to pdf maybe?

taylorsilva avatar Feb 24 '23 22:02 taylorsilva

There isn't and I don't think anyone has ever thought of doing that before! You could generate all the pages locally and then convert the html files to pdf maybe?

@taylorsilva I've imagined, but the framework in use to generate the docs have this feature?

Another point is, to generate locally the page locally I just need clone this repository and run the framework or there's a more easy way?

weyderfs avatar Feb 28 '23 17:02 weyderfs

Yup, run the scripts/build script and it'll generate all the html files

taylorsilva avatar Mar 02 '23 10:03 taylorsilva