Improve module docs return values (#36943)

* Improve module docs return values

Currently the 5 columns shown doesn't make optimal use of the screen
estate, especially for facts modules this is a problem.

* Add returned facts as a separate section

* Remove whitespace and add support section

Since Notes were moved higher up, the Author, Status and Maintainer
information was now placed under the Return Values section.

* Switch Last Updated and Copyright
This commit is contained in:
Dag Wieers
2018-03-06 11:46:19 +01:00
committed by John R Barker
parent 7a4e270ae0
commit eb52a88fb6
2 changed files with 139 additions and 73 deletions

View File

@@ -22,9 +22,7 @@
</script>
<p>
{%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}<br/>{% endif %}
Copyright © 2018 Red Hat, Inc. <br/>
{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}
</p>
</footer>