mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 22:39:09 -07:00
consolidated docs
point to new doc locations removed non existing dirs
This commit is contained in:
parent
b139a67c71
commit
57f8b791d6
143 changed files with 4 additions and 9 deletions
18
docs/docsite/rst/dev_guide/developing.rst
Normal file
18
docs/docsite/rst/dev_guide/developing.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
Developer Information
|
||||
`````````````````````
|
||||
|
||||
Learn how to build modules of your own in any language, and also how to extend Ansible through several kinds of plugins. Explore Ansible's Python API and write Python plugins to integrate with other solutions in your environment.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
developing_api
|
||||
developing_inventory
|
||||
developing_modules
|
||||
developing_plugins
|
||||
developing_core
|
||||
developing_test_pr
|
||||
developing_releases
|
||||
|
||||
Developers will also likely be interested in the fully-discoverable in :doc:`tower`. It's great for embedding Ansible in all manner of applications.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue