mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +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 }@:
|
||||
{% for alias in aliases %}
|
||||
.. _@{ alias }@:
|
||||
.. _@{ alias }@_@{ plugin_type }@:
|
||||
{% endfor %}
|
||||
|
||||
{% if short_description %}
|
||||
|
||||
Reference in New Issue
Block a user