The docs
project produces the Tai-e documentation. It is usually recommended to execute the following commands in the root directory of your project.
To generate the HTML reference documentation, use the following command:
./gradlew :docs:asciidoctor
The generated HTML files will be located in ./docs/build/docs/asciidoc/
.
To generate the PDF reference documentation, run the following command:
./gradlew :docs:asciidoctorPdf
The generated PDF file will be located in ./docs/build/docs/asciidocPdf/
.
To generate Javadoc, you can run the following command:
./gradlew :javadoc
The generated Javadoc files will be located in ./build/docs/javadoc/
.