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> <td>
{{ param.description }} {{ param.description }}
{% if param.example %} {% if param.example %}
<br><small class="text-muted">{% trans 'Example' %}: {{ param.example <br><small class="text-muted">{% trans 'Example' %}: {{ param.example }}</small>
}}</small>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>