mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Disambiguates autogenerated module docs - fixes #38439.
This commit is contained in:
parent
50d151aef2
commit
c97e508806
7 changed files with 30 additions and 24 deletions
2
docs/templates/modules_by_support.rst.j2
vendored
2
docs/templates/modules_by_support.rst.j2
vendored
|
@ -4,7 +4,7 @@ Modules Maintained by the @{ maintainers }@
|
|||
``````````````````````````@{ '`' * maintainers | length }@
|
||||
|
||||
{% for module in modules | sort %}
|
||||
* :ref:`@{ module }@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%}
|
||||
* :ref:`@{ module }@_@{plugin_type}@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%}
|
||||
{% endfor %}
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue