1
0
Fork 0

markdown fixes

This commit is contained in:
OniriCorpe 2024-03-07 00:43:22 +01:00 committed by OniriCorpe
parent fb8ff3d0f4
commit c3bb3b51d3
2 changed files with 9 additions and 11 deletions

View file

@ -58,19 +58,18 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
{% for antifeature in antifeatures.values() -%} {% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }} - **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor -%} {% endfor -%}
{% endif -%} {% endif -%}
## Documentation and resources ## Documentation and resources
{% if upstream.website -%}* Official app website: <{{ upstream.website }}> {% if upstream.website -%}- Official app website: <{{ upstream.website }}>
{% endif -%} {% endif -%}
{% if upstream.userdoc -%}* Official user documentation: <{{ upstream.userdoc }}> {% if upstream.userdoc -%}- Official user documentation: <{{ upstream.userdoc }}>
{% endif -%} {% endif -%}
{% if upstream.admindoc -%}* Official admin documentation: <{{ upstream.admindoc }}> {% if upstream.admindoc -%}- Official admin documentation: <{{ upstream.admindoc }}>
{% endif -%} {% endif -%}
{% if upstream.code -%}* Upstream app code repository: <{{ upstream.code }}> {% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}>
{% endif -%} {% endif -%}
* YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}> * YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
* Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues> * Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>

View file

@ -40,24 +40,23 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
{% endif -%} {% endif -%}
{% if antifeatures -%} {% if antifeatures -%}
## :red_circle: Fonctions indésirables ## :red_circle: Anti-fonctionnalités
{% for antifeature in antifeatures.values() -%} {% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }} - **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor -%} {% endfor -%}
{% endif -%} {% endif -%}
## Documentations et ressources ## Documentations et ressources
{% if upstream.website -%}* Site officiel de lapp : <{{ upstream.website }}> {% if upstream.website -%}- Site officiel de lapp : <{{ upstream.website }}>
{% endif -%} {% endif -%}
{% if upstream.userdoc -%}* Documentation officielle utilisateur : <{{ upstream.userdoc }}> {% if upstream.userdoc -%}- Documentation officielle utilisateur : <{{ upstream.userdoc }}>
{% endif -%} {% endif -%}
{% if upstream.admindoc -%}* Documentation officielle de ladmin : <{{ upstream.admindoc }}> {% if upstream.admindoc -%}- Documentation officielle de ladmin : <{{ upstream.admindoc }}>
{% endif -%} {% endif -%}
{% if upstream.code -%}* Dépôt de code officiel de lapp : <{{ upstream.code }}> {% if upstream.code -%}- Dépôt de code officiel de lapp : <{{ upstream.code }}>
{% endif -%} {% endif -%}
* YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}> * YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
* Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>