mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
packaging_apps: fix links: if links are only code, we can't actually see it's code...
This commit is contained in:
parent
f2b5fa0134
commit
a0f6f9b89b
2 changed files with 6 additions and 6 deletions
|
@ -60,9 +60,9 @@ Cependant, [**un futur format v3** est encore à venir] (https://github.com/Yuno
|
||||||
## 4. Aperçu général de la structure d'une application YunoHost
|
## 4. Aperçu général de la structure d'une application YunoHost
|
||||||
|
|
||||||
Une application YunoHost est construite dans un dépôt Git. Nous vous encourageons à jeter un coup d'oeil à ces dépôts de code pour vous familiariser avec les structures des dépôts d'applications :
|
Une application YunoHost est construite dans un dépôt Git. Nous vous encourageons à jeter un coup d'oeil à ces dépôts de code pour vous familiariser avec les structures des dépôts d'applications :
|
||||||
- l'application [`helloworld_ynh`](https://github.com/YunoHost-Apps/helloworld_ynh)
|
- [l'application `helloworld_ynh`](https://github.com/YunoHost-Apps/helloworld_ynh)
|
||||||
- l'application [`example_ynh`](https://github.com/YunoHost/example_ynh) which illustrates all common features and recommended formatting
|
- [l'application `example_ynh`](https://github.com/YunoHost/example_ynh) qui contient toutes les fonctionnalités générales et le formattage recommandé
|
||||||
- votre application "réelle" préférée dans la liste des dépots [YunoHost-Apps].(https://github.com/orgs/YunoHost-Apps/repositories))
|
- votre application "réelle" préférée dans la liste des dépots [YunoHost-Apps](https://github.com/orgs/YunoHost-Apps/repositories)
|
||||||
|
|
||||||
Parmi les fichiers contenus dans un paquet, les plus importants sont les suivants :
|
Parmi les fichiers contenus dans un paquet, les plus importants sont les suivants :
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,9 @@ However, [**a future v3 format** has yet to come](https://github.com/YunoHost/is
|
||||||
## 4. General overview of a YunoHost app structure
|
## 4. General overview of a YunoHost app structure
|
||||||
|
|
||||||
A YunoHost app consists in a Git repository. We encourage you to have a look at those code repository to get familiar witch app repository structures:
|
A YunoHost app consists in a Git repository. We encourage you to have a look at those code repository to get familiar witch app repository structures:
|
||||||
- the [`helloworld_ynh`](https://github.com/YunoHost-Apps/helloworld_ynh) app
|
- [the `helloworld_ynh` app](https://github.com/YunoHost-Apps/helloworld_ynh)
|
||||||
- the [`example_ynh`](https://github.com/YunoHost/example_ynh) app which illustrates all common features and recommended formatting
|
- [the `example_ynh` app](https://github.com/YunoHost/example_ynh) which illustrates all common features and recommended formatting
|
||||||
- your favourite "real-life" app in the [YunoHost-Apps organization](https://github.com/orgs/YunoHost-Apps/repositories))
|
- your favourite "real-life" app in the [YunoHost-Apps organization](https://github.com/orgs/YunoHost-Apps/repositories)
|
||||||
|
|
||||||
Among the file contained in a package, the most important ones are:
|
Among the file contained in a package, the most important ones are:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue