summaryrefslogtreecommitdiff
path: root/docs/templates/list_of_CATEGORY_plugins.rst.j2
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-04-18 09:14:26 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-04-18 10:06:44 -0700
commitd4be7f772ac959dbb93d159f9e2761b14292641a (patch)
tree0a7c5346c3dec485e9972076edc91b8ef5460824 /docs/templates/list_of_CATEGORY_plugins.rst.j2
parent07bb0407ad6e6598e8cd2e0b96dacdabf38b82c3 (diff)
downloadansible-d4be7f772ac959dbb93d159f9e2761b14292641a.tar.gz
Some more fixes for the docs :ref: disambiguation
The big one is that we needed to set plugin_type when we processed the by_support template. Also added to list_of_CATEGORY_plugins page (which might not be used) and corrected a place where I did module_name instead of name_module (cherry picked from commit 8cdd75a09f471961f949428f689e7083bbeff2b5)
Diffstat (limited to 'docs/templates/list_of_CATEGORY_plugins.rst.j2')
-rw-r--r--docs/templates/list_of_CATEGORY_plugins.rst.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/list_of_CATEGORY_plugins.rst.j2 b/docs/templates/list_of_CATEGORY_plugins.rst.j2
index fba836c68b..0f9b611fb1 100644
--- a/docs/templates/list_of_CATEGORY_plugins.rst.j2
+++ b/docs/templates/list_of_CATEGORY_plugins.rst.j2
@@ -25,7 +25,7 @@
.. toctree:: :maxdepth: 1
{% for module in info['_modules'] | sort %}
- :ref:`@{ module }@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%} -- @{ module_info[module]['doc']['short_description'] }@
+ :ref:`@{ module }@_@{ plugin_type }@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%} -- @{ module_info[module]['doc']['short_description'] }@
{% endfor %}
{% endfor %}