mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
* Added link and ref to openAPI spec for community * Update docs/docsite/rst/contributor/openapi_link.rst Co-authored-by: Don Naro <dnaro@redhat.com> * add sphinxcontrib-redoc to requirements * sphinxcontrib.redoc configuration * create openapi directory and files * update download script for both schema files * suppress warning for redoc * update labels * fix extra closing parenthesis * update schema url * exclude doc config and download script The Sphinx configuration (conf.py) and schema download script (download-json.py) are not application logic and used only for building documentation. Coverage requirements for these files are overkill. * exclude only the sphinx config file --------- Co-authored-by: Don Naro <dnaro@redhat.com>
29 lines
496 B
ReStructuredText
29 lines
496 B
ReStructuredText
Ansible AWX Documentation
|
|
=========================
|
|
|
|
Ansible AWX helps teams manage complex multi-tier deployments by adding control, knowledge, and delegation to Ansible-powered environments.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Welcome
|
|
|
|
relnotes
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Community
|
|
|
|
contributor/index
|
|
contributor/DJANGO_REQUIREMENTS
|
|
contributor/API_REQUIREMENTS
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Developers
|
|
|
|
rest_api/index
|
|
open_api/index
|
|
|