mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Create AWX docsite with RST content (#14328)
Co-authored-by: Thanhnguyet Vo <tvo@ansible.com> Co-authored-by: TVo <thavo@redhat.com>
This commit is contained in:
40
docs/docsite/rst/index.rst
Normal file
40
docs/docsite/rst/index.rst
Normal file
@@ -0,0 +1,40 @@
|
||||
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: AWX Quickstart
|
||||
|
||||
quickstart/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: User Guide
|
||||
|
||||
userguide/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: AWX Administration
|
||||
|
||||
administration/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: AWX REST API
|
||||
|
||||
rest_api/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Upgrades and Migrations
|
||||
|
||||
upgrade_migration/index
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Release Notes
|
||||
|
||||
release_notes/index
|
||||
Reference in New Issue
Block a user