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:asciidoctorThe generated HTML files will be located in ./docs/build/docs/asciidoc/.
To generate the PDF reference documentation, run the following command:
./gradlew :docs:asciidoctorPdfThe generated PDF file will be located in ./docs/build/docs/asciidocPdf/.
To generate Javadoc, you can run the following command:
./gradlew :javadocThe generated Javadoc files will be located in ./build/docs/javadoc/.