8000 Building documents · ansible/aap-docs Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Building documents

Aine Riordan edited this page Aug 21, 2023 · 5 revisions

Building documents

Use the asciidoctor application to build the docs. For installation information, refer to the Install and update page in the Asciidoctor documentation.

  1. Navigate to the downstream/title/<guide-name> directory for the guide that you want to build. It contains a file called master.adoc.

  2. 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.

Clone this wiki locally
0