mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-18 06:11:07 -07:00
Various fixes for the module documentation auto-generator
This commit is contained in:
parent
83f277cfe6
commit
405c097c43
4 changed files with 64 additions and 55 deletions
|
@ -41,4 +41,13 @@
|
|||
</table>
|
||||
{% endif %}
|
||||
|
||||
FIXME: include the examples here!
|
||||
.. raw:: html
|
||||
|
||||
{% for example in examples %}
|
||||
<p>@{ example['description'] }@</p>
|
||||
<p><pre>
|
||||
@{ example['code'] }@</pre></p>
|
||||
{% endfor %}
|
||||
<br/>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue