mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 21:32:52 +00:00
Add note about how to find docs after building the doc site (#1512)
This commit is contained in:
@@ -6,3 +6,5 @@ To build the AWX Operator docs locally:
|
|||||||
2. From the root directory:
|
2. From the root directory:
|
||||||
a. pip install --user -r docs/requirements.txt
|
a. pip install --user -r docs/requirements.txt
|
||||||
b. mkdocs build
|
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.
|
||||||
Reference in New Issue
Block a user