mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-19 19:26:17 +00:00
Enhance API documentation layout: implement collapsible sections for parameters, returns, and examples
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user