mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
ReStructuredText
36 lines
1.0 KiB
ReStructuredText
3 years ago
|
.. _docs_fragment_plugins:
|
||
|
|
||
|
Docs fragments
|
||
|
==============
|
||
|
|
||
|
.. contents::
|
||
|
:local:
|
||
|
:depth: 2
|
||
|
|
||
|
Docs fragments allow you to document common parameters of multiple plugins or modules in a single place.
|
||
|
|
||
|
.. _enabling_docs_fragments:
|
||
|
|
||
|
Enabling docs fragments
|
||
|
-----------------------
|
||
|
|
||
|
You can add a custom docs fragment by dropping it into a ``doc_fragments`` directory adjacent to your collection or role, just like any other plugin.
|
||
|
|
||
|
.. _using_docs_fragments:
|
||
|
|
||
|
Using docs fragments
|
||
|
--------------------
|
||
|
|
||
|
Only collection developers and maintainers use docs fragments. For more information on using docs fragments, see :ref:`module_docs_fragments` or :ref:`docfragments_collections`.
|
||
|
|
||
|
.. seealso::
|
||
|
|
||
|
:ref:`developing_modules_general`
|
||
|
An introduction to creating Ansible modules
|
||
|
:ref:`developing_collections`
|
||
|
An guide to creating Ansible collections
|
||
|
`User Mailing List <https://groups.google.com/group/ansible-devel>`_
|
||
|
Have a question? Stop by the google group!
|
||
|
`irc.libera.chat <https://libera.chat/>`_
|
||
|
#ansible IRC chat channel
|