Enhance API documentation layout: implement collapsible sections for parameters, returns, and examples

This commit is contained in:
Eduardo Silva
2026-02-11 17:21:51 -03:00
parent 1a12d4a8c1
commit 6c707604e5

View File

@@ -69,8 +69,7 @@
<td>
{{ param.description }}
{% if param.example %}
<br><small class="text-muted">{% trans 'Example' %}: {{ param.example
}}</small>
<br><small class="text-muted">{% trans 'Example' %}: {{ param.example }}</small>
{% endif %}
</td>
</tr>