mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Re-translate contributordoc to french
This commit is contained in:
parent
15fa977c4f
commit
e67b14dd22
3 changed files with 34 additions and 2 deletions
32
contributordoc_fr.md
Normal file
32
contributordoc_fr.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Contributor documentation
|
||||||
|
|
||||||
|
* [Liste des façons de contribuer à YunoHost](/contribute_fr)
|
||||||
|
* [Écrire de la documentation](/write_documentation_fr)
|
||||||
|
* Packaging d'application
|
||||||
|
* [Liste d'apps souhaitées par la communauté](/apps_wishlist_fr)
|
||||||
|
* [Introduction générale au packaging d'apps](/packaging_apps_start_fr)
|
||||||
|
* [Introduction technique au packaging d'apps](/packaging_apps_fr)
|
||||||
|
* [Déployer un environnement de développement avec VirtualBox](packaging_apps_virtualbox_fr)
|
||||||
|
* [Manifest](packaging_apps_manifest_fr)
|
||||||
|
* [Scripts](packaging_apps_scripts_fr)
|
||||||
|
* [Gestion des arguments](packaging_apps_arguments_management_fr)
|
||||||
|
* [Configuration nginx](packaging_apps_nginx_conf_fr)
|
||||||
|
* [Multi-instance](packaging_apps_multiinstance_fr)
|
||||||
|
* [Fonctions utiles](packaging_apps_helpers_fr)
|
||||||
|
* [Utilisation de 'trap'](packaging_apps_trap_fr)
|
||||||
|
* [Ajouter son application à la liste community](https://github.com/YunoHost/Apps/#contributing)
|
||||||
|
* Tests de qualité
|
||||||
|
* [Package linter](https://github.com/YunoHost/package_linter)
|
||||||
|
* [Package check](https://github.com/YunoHost/package_check)
|
||||||
|
* [Niveaux des applications](packaging_apps_levels_fr)
|
||||||
|
* [Intégration continue des apps](https://ci-apps.yunohost.org/jenkins/)
|
||||||
|
* [Tableau de bord du CI des apps](https://dash.yunohost.org/appci/branch/stable)
|
||||||
|
* [YEP - YunoHost Enhancement Proposals](packaging_apps_guidelines_fr)
|
||||||
|
* [Contribuer à la partie "core" de YunoHost](/dev_fr)
|
||||||
|
* [Déployer un environnement de dev avec ynh-dev](https://github.com/YunoHost/ynh-dev/blob/master/README.md)
|
||||||
|
* [Construction des paquets debian](https://github.com/YunoHost/vinaigrette/blob/master/README.md)
|
||||||
|
* Construction des images
|
||||||
|
* [x86 ISO](https://github.com/YunoHost/cd_build)
|
||||||
|
* [Images Raspberry Pi](https://github.com/YunoHost/rpi-image)
|
||||||
|
* [Autres images pour cartes ARM](https://github.com/YunoHost/arm-images)
|
||||||
|
* [Utiliser l'API YunoHost en dehors de la webadmin](/admin_api_fr)
|
|
@ -17,7 +17,7 @@ La documentation de YunoHost s’articule autour de trois sections :
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col col-md-5 col-md-offset-3">
|
<div class="col col-md-5 col-md-offset-3">
|
||||||
<a class="btn btn-danger btn-lg" href="/contributordoc"><span class="glyphicon glyphicon-heart"></span> Guide du contributeur</a>
|
<a class="btn btn-danger btn-lg" href="/contributordoc_fr"><span class="glyphicon glyphicon-heart"></span> Guide du contributeur</a>
|
||||||
<p><small class="text-muted">Qui contient tout ce que vous devez savoir à propos de nous et de notre manière de travailler</small></p>
|
<p><small class="text-muted">Qui contient tout ce que vous devez savoir à propos de nous et de notre manière de travailler</small></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
* [Créer une image live USB](/create_live_usb_fr)
|
* [Créer une image live USB](/create_live_usb_fr)
|
||||||
* Documentation
|
* Documentation
|
||||||
* [Écrire de la documentation](/write_documentation_fr)
|
* [Écrire de la documentation](/write_documentation_fr)
|
||||||
* [Contribution](/contributordoc)
|
* [Contribution](/contributordoc_fr)
|
||||||
|
|
||||||
* Vie du projet :
|
* Vie du projet :
|
||||||
* [Journal des modifications v.2.0](/changelog_2_0_en)
|
* [Journal des modifications v.2.0](/changelog_2_0_en)
|
||||||
|
|
Loading…
Add table
Reference in a new issue