* Add new doc for AWXMeshIngress * Update docs/user-guide/advanced-configuration/mesh-ingress.md Co-authored-by: TVo <[email protected]> * Update docs/user-guide/advanced-configuration/mesh-ingress.md Co-authored-by: Seth Foster <[email protected]> * Update docs/user-guide/advanced-configuration/mesh-ingress.md Co-authored-by: TVo <[email protected]> * Update docs/user-guide/advanced-configuration/mesh-ingress.md Co-authored-by: TVo <[email protected]> * Update mesh-ingress.md * Update mesh-ingress.md * Grammar on line 48 --------- Co-authored-by: TVo <[email protected]> Co-authored-by: Seth Foster <[email protected]>
Building the Ansible AWX Operator Docs
To build the AWX Operator docs locally:
- Clone the AWX operator repository.
- 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.