Building documents - RedHatInsights/red-hat-ansible-automation-platform-documentation GitHub Wiki
Use the asciidoctor
application to build the docs.
For installation information, refer to the Install and update page in the Asciidoctor documentation.
-
Navigate to the
downstream/title/<guide-name>
directory for the guide that you want to build. It contains a file calledmaster.adoc
. -
Use the following command to build the guide:
$ asciidoctor master.adoc
This generates a master.html
file that you can now view in a browser.