Files
Christian Adams 718e5cfcb9
Some checks failed
CI / molecule (--skip-tags=replicas) (push) Failing after 2m58s
CI / molecule (-t replicas) (push) Failing after 2m36s
CI / helm (push) Failing after 3m29s
CI / no-log (push) Successful in 17s
Add sample AWX CR with resource limits for environments with Resource… (#1554)
Add sample AWX CR with resource limits for environments with ResourceQuotas
2023-11-02 12:54:15 -04: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.