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>
|
||||
{{ 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>
|
||||
|
||||
Reference in New Issue
Block a user