Add Anti-Features in READMEs

This commit is contained in:
Tagadda
2022-02-23 07:18:05 +00:00
parent 6b97ef7a19
commit 499db257a1
4 changed files with 29 additions and 0 deletions

View File

@ -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 }}

View File

@ -31,6 +31,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
{{ disclaimer }}
{% endif -%}
{% if antifeatures -%}
## Fonctions indésirables
{% for antifeature in antifeatures -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor -%}
{% endif -%}
## Documentations et ressources
{% if upstream.website -%}* Site officiel de l'app : {{ upstream.website }}