mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Add note about how to submit doc changes to generated module docs, limit TOC depth for module category list.
This commit is contained in:
parent
d6e28b4c57
commit
83d298accc
2 changed files with 4 additions and 2 deletions
|
@ -26,5 +26,6 @@
|
|||
{%- endif %}
|
||||
</p>
|
||||
|
||||
{% trans %}<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>{% endtrans %}
|
||||
Ansible docs are generated from <a href="http://github.com/ansible/ansible'>GitHub sources</A> using <A HREF="http://sphinx-doc.org/">Sphinx</A> using a theme provided by <a href="http://readthedocs.org">Read the Docs</a>. {% if pagename.endswith("_module") %}. Module documentation is not edited directly, but is generated from the source code for the modules. To submit an update to module docs, edit the 'DOCUMENTATION' metadata in the <A HREF="https://github.com/ansible/ansible/tree/devel/library">module source tree</A>. {% endif %}
|
||||
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue