Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredmorgs/trouble-with-troubleshooting

Reveal.js Asciidoctor source for WTD AU 2019 Lightning talk
https://github.com/jaredmorgs/trouble-with-troubleshooting

asciidoctor presentation-materials presentation-slides reveal-js

Last synced: 5 days ago
JSON representation

Reveal.js Asciidoctor source for WTD AU 2019 Lightning talk

Awesome Lists containing this project

README

        

= The Trouble with Troubleshooting
Write the Docs Australia 2019 Lightning Talk

This is the source for a Lightning Talk I gave to the Write the Docs Australia 2019 conference about troubleshooting info in manuals.

== Watch It

You can watch this on the Write the Docs Australia YouTube feed once the video is live.

== Build It

For the tooling setup, follow the bundle or NPM pre-req's https://github.com/asciidoctor/asciidoctor-reveal.js/#prerequisites

I chose Bundler for this presentation because it works really cleanly.
Install ruby and bundler according to the instructions at https://asciidoctor.org/docs/asciidoctor-revealjs/#prerequisites

If you want to build this presentation, run
`# bundle exec asciidoctor-revealjs trouble-with-troubleshooting.adoc` to build it to html.

== Print It

If you want to print out this presentation in PDF form, add `?print_pdf` to the end of the `trouble-with-troubleshooting.html` file when you load it in your browser to get a continuous page feed of the slides.

You can then use any browser PDF converter (like Google's Print to PDF) to get a copy of the slides.

== Remix It

Please use these slides as the starting point for your next Asciidoctor reveal.js presentation.