Adding an anchor on each helper

This commit is contained in:
Kay0u 2021-09-17 14:39:14 +02:00
parent 12bc94f76e
commit 4503816a88
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -10,11 +10,10 @@ routes:
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/{{ current_commit }}/doc/generate_helper_doc.py) on {{data.date}} (YunoHost version {{data.version}})
{% for category, helpers in data.helpers %}
### {{ category.upper() }}
## {{ category.upper() }}
{% for h in helpers %}
**{{ h.name }}**<br/>
#### {{ h.name }}
[details summary="<i>{{ h.brief }}</i>" class="helper-card-subtitle text-muted"]
<p></p>
**Usage**: `{{ h.usage }}`
{%- if h.args %}