This subproject contains the AsciiDoc sources for the JUnit 5 User Guide.
src/docs/asciidoc
: AsciiDoc filessrc/test/java
: Java test source code that can be included in the AsciiDoc filessrc/test/kotlin
: Kotlin test source code that can be included in the AsciiDoc filessrc/test/resources
: Classpath resources that can be included in the AsciiDoc files or used in tests
This following Gradle command generates the HTML version of the User Guide as
build/docs/asciidoc/user-guide/index.html
.
gradlew asciidoctor
On Linux operating systems, the graphviz
package providing /usr/bin/dot
must be
installed in order to generate the User Guide.
This following Gradle command generates the PDF version of the User Guide to
build/docs/asciidocPdf/user-guide/index.pdf
.
gradlew asciidoctorPdf