1
0
Fork 0

markdown fixes

This commit is contained in:
OniriCorpe 2024-03-07 00:59:01 +01:00 committed by OniriCorpe
parent ebb7f2ed8e
commit a11f6efa33
2 changed files with 10 additions and 9 deletions

View file

@ -58,7 +58,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor -%}
{% endfor %}
{% endif -%}
## Documentation and resources
@ -71,8 +71,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
{% endif -%}
{% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}>
{% endif -%}
* YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
* Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
## Developer info
@ -87,3 +87,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -40,14 +40,13 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
{% endif -%}
{% if antifeatures -%}
## :red_circle: Anti-fonctionnalités
## :red_circle: Anti-fonctionnalitéslblblb
{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}
{% endfor -%}
- **{{ antifeature.title }}** : {{ antifeature.description }}
{% endfor %}
{% endif -%}
## Documentations et ressources
{% if upstream.website -%}- Site officiel de lapp : <{{ upstream.website }}>
@ -58,8 +57,8 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
{% endif -%}
{% if upstream.code -%}- Dépôt de code officiel de lapp : <{{ upstream.code }}>
{% endif -%}
* YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
* Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
- YunoHost Store : <https://apps.yunohost.org/app/{{manifest.id}}>
- Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
## Informations pour les développeurs
@ -74,3 +73,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>