- My notes from this course are collected and organized as a source file for an eBook (html, pdf, ebook).
- Uses asciidoctor to make the book.
- See
master.adoc
- Based on asciidoctor-book-template by
vysakh0
. Thanks buddy!
git clone https://github.com/beniza/test_automation.git
cd test_automation
bundle
rake
- Use
rake ascii
to build html, pdf, epub files for your master.adoc - Outputs will be generated under the output directory.
- Quick guide on syntaxes
- Start editing, adding the
about
,preface
,chapters
and others.