mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Namespace the aliases ref target by plugin type (#38925)
This commit is contained in:
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
.. _@{ module }@_@{ plugin_type }@:
|
.. _@{ module }@_@{ plugin_type }@:
|
||||||
{% for alias in aliases %}
|
{% for alias in aliases %}
|
||||||
.. _@{ alias }@:
|
.. _@{ alias }@_@{ plugin_type }@:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if short_description %}
|
{% if short_description %}
|
||||||
|
|||||||
Reference in New Issue
Block a user