Add Anti-Features in READMEs
This commit is contained in:
@ -49,6 +49,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||
{{ disclaimer }}
|
||||
{% endif -%}
|
||||
|
||||
{% if antifeatures -%}
|
||||
## Antifeatures
|
||||
|
||||
{% for antifeature in antifeatures -%}
|
||||
- **{{ antifeature.title }}**: {{ antifeature.description }}
|
||||
{% endfor -%}
|
||||
{% endif -%}
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
{% if upstream.website -%}* Official app website: {{ upstream.website }}
|
||||
|
Reference in New Issue
Block a user