Files
awx-operator/docs
kurokobo ac682a9c05 docs: improve documentation for awxmeshingress (#1724)
* add descriptions and examples for awxmeshingress
* convert list to table
* add note for image
* correct minor wording issues
* apply suggested changes from code review for docs/user-guide/advanced-configuration/mesh-ingress.md

Co-authored-by: Seth Foster <fosterseth@users.noreply.github.com>
2024-02-21 14:36:50 -05:00
..
2023-12-05 19:59:39 +00:00
2023-08-03 15:13:11 -04:00

Building the Ansible AWX Operator Docs

To build the AWX Operator docs locally:

  1. Clone the AWX operator repository.
  2. From the root directory: a. pip install --user -r docs/requirements.txt b. mkdocs build

This will create a new directory called site/ in the root of your clone containing the index.html and static files. To view the docs in your browser, navigate there in your file explorer and double-click on the index.html file. This should open the docs site in your browser.