-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create PDF document with all instructions. #9
Comments
Hi @rhuss. Are you looking for sth like a cheatsheet? If so I can help you with creating it. I am doing the same for Strimzi CLI: It uses asciidoctor-web-pdf. Our quarkus folks (I guess Alex) use the same for the quarkus cheatsheet. If you are interested, pls let me know. |
That cheat sheet looks great! I thought more about a PDF with all the examples, though, with one chapter per pattern. Ideally would include the README.adoc from each directory and just combine them into a single document. Nothing fancy, just as a companion document to the book you could read in parallel. https://github.com/Mogztter/asciidoctor-web-pdf looks very good for this job; thanks for the reference! If you still want to help here, that would be great ! btw, we are currently working on a second edition of Kubernetes Patterns, and might improve the examples, too. |
I think I can create one as a prototype so that we can decide what to add (in terms of pdf styling) and then put it in the automation (this repo uses CircleCI I guess). I will be happy to help you with this. |
sounds great ! I don't mind what to use for the automation, we could also just use GitHub actions. |
Add a kubernets-patterns-examples.adoc top-level document which includes the instructions from each pattern.
Also create a CircleCI job for creating the PDF (and maybe other formats). This PDF should be committed, too.
The text was updated successfully, but these errors were encountered: