mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Removes modules from TOC, speeding up build time and reducing doc disk space requirements.
This commit is contained in:
parent
1c7b9e66b4
commit
62c2b9a544
4 changed files with 12 additions and 15 deletions
4
docs/templates/modules_by_support.rst.j2
vendored
4
docs/templates/modules_by_support.rst.j2
vendored
|
@ -3,10 +3,8 @@
|
|||
Modules Maintained by the @{ maintainers }@
|
||||
``````````````````````````@{ '`' * maintainers | length }@
|
||||
|
||||
.. toctree:: :maxdepth: 1
|
||||
|
||||
{% for module in modules | sort %}
|
||||
@{ module }@{% if module_info[module]['deprecated'] %} **(D)**{% endif %} - @{ module_info[module]['doc']['short_description'] }@ <@{ module }@_module>
|
||||
* :ref:`@{ module }@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%}
|
||||
{% endfor %}
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue