* rm Helm chart starter directory * rm Helm release playbook * rm Helm install from docs * rm Helm chart workflows * rm Helm starter from yamllint * rm Helm targets from Makefile * Revert "rm Helm targets from Makefile" This reverts commit da383601683c7fe277fce61a4d62bd0380ff2bd2. * remove helm from Makefile * rm kubectl-slice and yp from Makefile
Building the Ansible AWX Operator Docs
To build the AWX Operator docs locally:
- Clone the AWX operator repository.
- Preferrably, create a virtual environment for installing the dependencies.
a.python3 -m venv venv
b.source venv/bin/activate - From the root directory:
a.pip install -r docs/requirements.txt
b.mkdocs build - View the docs in your browser:
a.mkdocs serve
b. Open your browser and navigate tohttp://127.0.0.1:8000/
This will create a new directory called site/ in the root of your clone containing the index.html and static files.