Add new docs files to mkdocs (#1507)

This commit is contained in:
Sandra McCann
2023-08-03 15:13:11 -04:00
committed by GitHub
parent 3188cd2889
commit 71362dd3d4
10 changed files with 68 additions and 74 deletions

8
docs/README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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