Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredmorgs/trouble-with-troubleshooting
- Owner: jaredmorgs
- Created: 2019-11-12T22:23:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T01:20:20.000Z (about 5 years ago)
- Last Synced: 2024-11-05T20:43:57.580Z (about 2 months ago)
- Topics: asciidoctor, presentation-materials, presentation-slides, reveal-js
- Language: Ruby
- Size: 35.8 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= The Trouble with Troubleshooting
Write the Docs Australia 2019 Lightning TalkThis 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/#prerequisitesIf 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.