diff --git a/pages/01.administrate/05.advance/08.tor/torhiddenservice.md b/pages/01.administrate/05.advance/08.tor/torhiddenservice.md
index 9b367b09..e5e398b4 100644
--- a/pages/01.administrate/05.advance/08.tor/torhiddenservice.md
+++ b/pages/01.administrate/05.advance/08.tor/torhiddenservice.md
@@ -3,6 +3,8 @@ title: Using YunoHost as a Tor Hidden Service
template: docs
taxonomy:
category: docs
+routes:
+ default: '/torhiddenservice'
---
diff --git a/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.fr.md b/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.fr.md
index d8e4b8a5..20b94a81 100644
--- a/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.fr.md
+++ b/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.fr.md
@@ -3,6 +3,8 @@ title: Certificats personnalisés
template: docs
taxonomy:
category: docs
+routes:
+ default: '/certificate_custom'
---
**Note :** depuis la version 2.5, YunoHost intègre la gestion automatisée de certificats Let's Encrypt. Vous pouvez donc facilement et gratuitement [installer un certificat Let's Encrypt](/certificate). Le document suivant décrit la méthodologie pour installer un certificat, payant, d'une autre autorité de certification (**Gandi**, **RapidSSL**, **StartSSL**, **Cacert**).
diff --git a/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.md b/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.md
index ab6bb564..d04ed28d 100644
--- a/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.md
+++ b/pages/01.administrate/05.advance/09.certificate_custom/certificate_custom.md
@@ -3,6 +3,8 @@ title: Custom certificates
template: docs
taxonomy:
category: docs
+routes:
+ default: '/certificate_custom'
---
**Note:** since version 2.5, YunoHost integrates Let's Encrypt certificates automated management. You can easily and freely [install a Let's Encrypt certificate](/certificate). The following document describes the steps for installing a paid certificate from a certification authority (**Gandi**, **RapidSSL**, **StartSSL**, **Cacert**).
diff --git a/pages/01.administrate/05.advance/10.vpn/vpn_advantage.fr.md b/pages/01.administrate/05.advance/10.vpn/vpn_advantage.fr.md
index 5da74429..ba681216 100644
--- a/pages/01.administrate/05.advance/10.vpn/vpn_advantage.fr.md
+++ b/pages/01.administrate/05.advance/10.vpn/vpn_advantage.fr.md
@@ -3,6 +3,8 @@ title: Avantage d'un VPN pour l'auto-hébergement
template: docs
taxonomy:
category: docs
+routes:
+ default: '/vpn_advantage'
---
L'installation d'un serveur chez soi étant une pratique peu courante, la plupart des connexions Internet fournies aux particuliers sont inadaptées à sa mise en pratique. Un VPN respectant la neutralité du net et fournissant une adresse IPv4 fixe et des adresses IPv6 peut permettre de contourner certaines limitations ou certaines difficultés.
diff --git a/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.fr.md b/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.fr.md
index 00c95213..6f3f3c32 100644
--- a/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.fr.md
+++ b/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.fr.md
@@ -3,6 +3,8 @@ title: Déplacer un dossier d'application vers un autre espace de stockage
template: docs
taxonomy:
category: docs
+routes:
+ default: '/moving_app_folder'
---
Les dossiers d'application se trouvent (*habituellement*) dans `/var/www/$nom_application`
diff --git a/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.md b/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.md
index 8beca7e6..20f8ce3b 100644
--- a/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.md
+++ b/pages/01.administrate/05.advance/11.moving_app_folder/moving_app_folder.md
@@ -3,6 +3,8 @@ title: Moving an app folder to a different storage
template: docs
taxonomy:
category: docs
+routes:
+ default: '/moving_app_folder'
---
Applications folder are (*usually*) located in `/var/www/$appname`
diff --git a/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.fr.md b/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.fr.md
index 59d0a2c9..2858c20a 100644
--- a/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.fr.md
+++ b/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.fr.md
@@ -3,6 +3,8 @@ title: Fail2Ban
template: docs
taxonomy:
category: docs
+routes:
+ default: '/fail2ban'
---
**Fail2Ban** est un logiciel de prévention des intrusions qui protège les serveurs informatiques contre les attaques de brute-force. Il surveille certains journaux et bannira les adresses IP qui montrent un comportement de brute-forcing.
diff --git a/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.md b/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.md
index 6e11f563..74d22c6d 100644
--- a/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.md
+++ b/pages/01.administrate/06.troubleshooting/01.fail2ban/fail2ban.md
@@ -3,6 +3,8 @@ title: Fail2Ban
template: docs
taxonomy:
category: docs
+routes:
+ default: '/fail2ban'
---
**Fail2Ban** is an intrusion prevention software that protects computer servers against brute-force attacks. It monitors certain logs and will ban IP addresses that show brute-force-like behavior.
diff --git a/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.fr.md b/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.fr.md
index b1c24e1c..52b0a6e3 100644
--- a/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.fr.md
+++ b/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.fr.md
@@ -3,6 +3,8 @@ title: Changer le mot de passe d'administration
template: docs
taxonomy:
category: docs
+routes:
+ default: '/change_admin_password'
---
Vous voudrez peut-être changer votre mot de passe d'administrateur pour des raisons de sécurité ou parce que vous l'avez oublié.
diff --git a/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.md b/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.md
index 95fcd95a..7d3ab413 100644
--- a/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.md
+++ b/pages/01.administrate/06.troubleshooting/02.admin_password/change_admin_password.md
@@ -3,6 +3,8 @@ title: Changing the administration password
template: docs
taxonomy:
category: docs
+routes:
+ default: '/change_admin_password'
---
You may want to change your administrator password for security reason or because you forgot it.
diff --git a/pages/01.administrate/06.troubleshooting/03.noaccess/noaccess.fr.md b/pages/01.administrate/06.troubleshooting/03.noaccess/noaccess.fr.md
index ccdcdbaf..15879610 100644
--- a/pages/01.administrate/06.troubleshooting/03.noaccess/noaccess.fr.md
+++ b/pages/01.administrate/06.troubleshooting/03.noaccess/noaccess.fr.md
@@ -3,6 +3,8 @@ title: Récupérer l'accès à son YunoHost
template: docs
taxonomy:
category: docs
+routes:
+ default: '/noaccess'
---
Il existe de nombreuses causes pouvant empêcher totalement ou partiellement d'accéder en administrateur à un serveur YunoHost. Dans de nombreux cas, un des moyens d'accès est inaccessible, mais les autres sont fonctionnels.
diff --git a/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.fr.md b/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.fr.md
index 7b806f2b..59153038 100644
--- a/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.fr.md
+++ b/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.fr.md
@@ -3,6 +3,8 @@ title: Configuration de l'IPv6
template: docs
taxonomy:
category: docs
+routes:
+ default: '/ipv6'
---
L'IPv6 peut fonctionner directement dans certains cas. Mais dans d'autres, ou chez certains hébergeurs spécifiques, vous devez activer l'IPv6 manuellement.
diff --git a/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.md b/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.md
index 65da1d1d..5f4888c0 100644
--- a/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.md
+++ b/pages/01.administrate/06.troubleshooting/04.ipv6/ipv6.md
@@ -3,6 +3,8 @@ title: Setting up IPv6
template: docs
taxonomy:
category: docs
+routes:
+ default: '/ipv6'
---
IPv6 may work out of the box in many cases. But in some cases or some specific provider, you may need to tweak things manually to enable IPv6.
diff --git a/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.fr.md b/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.fr.md
index 9f035b8e..9b77a26d 100644
--- a/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.fr.md
+++ b/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.fr.md
@@ -3,6 +3,8 @@ title: Migrer vers Stretch
template: docs
taxonomy:
category: docs
+routes:
+ default: '/jessie_stretch_migration'
---
L'objectif cette page est de décrire le processus de migration d'une instance en YunoHost 2.7.x (tournant sous Debian Jessie/8.x) vers YunoHost 3.0 (tournant sous Debian Stretch/9.x)
diff --git a/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.md b/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.md
index aad6edf4..17ff656b 100644
--- a/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.md
+++ b/pages/01.administrate/07.debian_dist_upgrade/01.jessie_stretch/jessie_stretch_migration.md
@@ -3,6 +3,8 @@ title: Migrating an existing instance to Stretch
template: docs
taxonomy:
category: docs
+routes:
+ default: '/jessie_stretch_migration'
---
This page is dedicated to help you migrating an instance from YunoHost 2.7.x (running on Debian Jessie/8.x) to YunoHost 3.0 (running on Debian Stretch/9.x).
diff --git a/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.fr.md b/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.fr.md
index 7dad783e..02ec15b9 100644
--- a/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.fr.md
+++ b/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.fr.md
@@ -3,6 +3,8 @@ title: Migrer vers Buster
template: docs
taxonomy:
category: docs
+routes:
+ default: '/stretch_buster_migration'
---
L'objectif cette page est de décrire le processus de migration d'une instance en YunoHost 3.8.x (tournant sous Debian Stretch/9.x) vers YunoHost 4.x (tournant sous Debian Buster/10.x)
diff --git a/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.md b/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.md
index 9c02ddd8..b4a28ea3 100644
--- a/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.md
+++ b/pages/01.administrate/07.debian_dist_upgrade/02.stretch_buster/stretch_buster_migration.md
@@ -3,6 +3,8 @@ title: Migrating an existing instance to Buster
template: docs
taxonomy:
category: docs
+routes:
+ default: '/stretch_buster_migration'
---
This page is dedicated to help you migrating an instance from YunoHost 3.8.x (running on Debian Stretch/9.x) to YunoHost 4.x (running on Debian Buster/10.x).
diff --git a/pages/01.administrate/admindoc.de.md b/pages/01.administrate/admindoc.de.md
index d562ab7d..28c2fdfa 100644
--- a/pages/01.administrate/admindoc.de.md
+++ b/pages/01.administrate/admindoc.de.md
@@ -3,6 +3,8 @@ title: Administrator-Dokumentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/admindoc'
---
* Self-Hosting entdecken
diff --git a/pages/01.administrate/admindoc.fr.md b/pages/01.administrate/admindoc.fr.md
index 4d379294..c98b8a06 100644
--- a/pages/01.administrate/admindoc.fr.md
+++ b/pages/01.administrate/admindoc.fr.md
@@ -3,6 +3,8 @@ title: Administrer
template: chapter
taxonomy:
category: docs
+routes:
+ default: '/admindoc'
---
### Administrer
diff --git a/pages/01.administrate/admindoc.md b/pages/01.administrate/admindoc.md
index 641ad506..17ed33de 100644
--- a/pages/01.administrate/admindoc.md
+++ b/pages/01.administrate/admindoc.md
@@ -3,6 +3,8 @@ title: Administrate
template: chapter
taxonomy:
category: docs
+routes:
+ default: '/admindoc'
---
### Administrate
diff --git a/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.fr.md b/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.fr.md
index 47401f36..7226dd7b 100644
--- a/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.fr.md
+++ b/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.fr.md
@@ -3,6 +3,8 @@ title: Portée générales des variables
template: docs
taxonomy:
category: docs
+routes:
+ default: '/shell_variables_scope'
---
Les variables existent pour le shell courant et ses enfants uniquement.
diff --git a/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.md b/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.md
index ff4dabfa..c32b5515 100644
--- a/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.md
+++ b/pages/02.contribute/01.contribute/07.shell_variables_scope/shell_variables_scope.md
@@ -3,6 +3,8 @@ title: General scope of variables
template: docs
taxonomy:
category: docs
+routes:
+ default: '/shell_variables_scope'
---
Variables exists for the current shell and its children only.
diff --git a/pages/02.contribute/01.contribute/contribute.ar.md b/pages/02.contribute/01.contribute/contribute.ar.md
index ed40b949..52ba3c06 100644
--- a/pages/02.contribute/01.contribute/contribute.ar.md
+++ b/pages/02.contribute/01.contribute/contribute.ar.md
@@ -3,6 +3,8 @@ title: المساهمة
template: docs
taxonomy:
category: docs
+routes:
+ default: '/contribute'
---
diff --git a/pages/02.contribute/01.contribute/contribute.fr.md b/pages/02.contribute/01.contribute/contribute.fr.md
index f3443c1e..d3b593ef 100644
--- a/pages/02.contribute/01.contribute/contribute.fr.md
+++ b/pages/02.contribute/01.contribute/contribute.fr.md
@@ -3,6 +3,8 @@ title: Contribuer
template: docs
taxonomy:
category: docs
+routes:
+ default: '/contribute'
---
diff --git a/pages/02.contribute/01.contribute/contribute.md b/pages/02.contribute/01.contribute/contribute.md
index 56d00cc7..d524d169 100644
--- a/pages/02.contribute/01.contribute/contribute.md
+++ b/pages/02.contribute/01.contribute/contribute.md
@@ -3,6 +3,8 @@ title: Get involved
template: docs
taxonomy:
category: docs
+routes:
+ default: '/contribute'
---
diff --git a/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.fr.md b/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.fr.md
index c91648bf..d8f8a481 100644
--- a/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.fr.md
+++ b/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.fr.md
@@ -3,6 +3,8 @@ title: Guide de rédaction de la documentation des applications
template: docs
taxonomy:
category: docs
+routes:
+ default: '/doc_writing_guide'
---
## Page de documentation utilisateurs·rices / administrateurs⋅rices
diff --git a/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.md b/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.md
index f444d997..0b9451f8 100644
--- a/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.md
+++ b/pages/02.contribute/02.write_documentation/01.writing_documentation_guide/doc_writing_guide.md
@@ -3,6 +3,8 @@ title: Guide to writing application documentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/doc_writing_guide'
---
## Users / Administrators documentation pages
diff --git a/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.fr.md b/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.fr.md
index ecc4dfa4..5388d627 100644
--- a/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.fr.md
+++ b/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.fr.md
@@ -3,6 +3,8 @@ title: Guide Markdown
template: docs
taxonomy:
category: docs
+routes:
+ default: '/doc_markdown_guide'
---
Le Markdown est un langage de balisage créé en 2004, de nombreux add-on développant les possibilités de ce langage existent. L'objectif de ce guide est de tendre vers l’exhaustivité des possibilités de ce langage de formatage dans le cadre de la documentation de YunoHost et non des langages Markdown en général.
diff --git a/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.md b/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.md
index dcd9a45b..3d60e9a7 100644
--- a/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.md
+++ b/pages/02.contribute/02.write_documentation/02.markdown_guide/doc_markdown_guide.md
@@ -3,6 +3,8 @@ title: Guide Markdown
template: docs
taxonomy:
category: docs
+routes:
+ default: '/doc_markdown_guide'
---
Markdown is a markup language created in 2004, many add-ons developing the possibilities of this language exist. The objective of this guide is to aim for the exhaustiveness of the possibilities of this formatting language within the framework of the YunoHost documentation and not Markdown languages in general.
diff --git a/pages/02.contribute/02.write_documentation/03.git/doc_use_git.fr.md b/pages/02.contribute/02.write_documentation/03.git/doc_use_git.fr.md
index 8ef64560..44756e2d 100644
--- a/pages/02.contribute/02.write_documentation/03.git/doc_use_git.fr.md
+++ b/pages/02.contribute/02.write_documentation/03.git/doc_use_git.fr.md
@@ -3,6 +3,8 @@ title: Propulser une contribution avec Git
template: docs
taxonomy:
category: docs
+routes:
+ default: '/doc_use_git'
---
Il est bien sûr possible de contribuer directement sur la documentation de YunoHost, mais ce n’est pas la manière la plus pratique de le faire tant pour le·la contributeur·rice que pour la personne qui va injecter votre contribution dans la documentation. Voici un tutoriel pour comprendre et créer une contribution à la documentation de YunoHost en utilisant l’outil [Git (en)](https://git-scm.com/) et [github.com](http://github.com/) qui est le service de forge Git qui héberge et stocke le code source de YunoHost ainsi que sa documentation.
diff --git a/pages/02.contribute/02.write_documentation/03.git/doc_use_git.md b/pages/02.contribute/02.write_documentation/03.git/doc_use_git.md
index 28d4428a..603cc6e5 100644
--- a/pages/02.contribute/02.write_documentation/03.git/doc_use_git.md
+++ b/pages/02.contribute/02.write_documentation/03.git/doc_use_git.md
@@ -3,6 +3,8 @@ title: Propel a contribution with GitHub
template: docs
taxonomy:
category: docs
+routes:
+ default: '/doc_use_git'
---
It is of course possible to contribute directly to the YunoHost documentation, but this is not the most convenient way to do so for both the contributor and the person who will inject your contribution into the documentation. Here is a tutorial to understand and create a contribution to the YunoHost documentation using [Git](https://git-scm.com/) and [github.com](http://github.com/) which is the Git forge service that hosts and stores the YunoHost source code and documentation.
diff --git a/pages/02.contribute/02.write_documentation/write_documentation.fr.md b/pages/02.contribute/02.write_documentation/write_documentation.fr.md
index 6546e7d0..8d6e5df6 100644
--- a/pages/02.contribute/02.write_documentation/write_documentation.fr.md
+++ b/pages/02.contribute/02.write_documentation/write_documentation.fr.md
@@ -3,6 +3,8 @@ title: Rédaction de la documentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/write_documentation'
---
## Sur le site
diff --git a/pages/02.contribute/02.write_documentation/write_documentation.md b/pages/02.contribute/02.write_documentation/write_documentation.md
index 195e28d4..06235c96 100644
--- a/pages/02.contribute/02.write_documentation/write_documentation.md
+++ b/pages/02.contribute/02.write_documentation/write_documentation.md
@@ -3,6 +3,8 @@ title: Write documentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/write_documentation'
---
## Online
diff --git a/pages/02.contribute/03.chat_rooms/chat_rooms.es.md b/pages/02.contribute/03.chat_rooms/chat_rooms.es.md
index d7793980..63248221 100644
--- a/pages/02.contribute/03.chat_rooms/chat_rooms.es.md
+++ b/pages/02.contribute/03.chat_rooms/chat_rooms.es.md
@@ -3,6 +3,8 @@ title: Salas de chat
template: docs
taxonomy:
category: docs
+routes:
+ default: '/chat_rooms'
---
El proyecto YunoHost utiliza salas de chat como medio de communicación.
diff --git a/pages/02.contribute/03.chat_rooms/chat_rooms.fr.md b/pages/02.contribute/03.chat_rooms/chat_rooms.fr.md
index 2cf08eb3..2b75c282 100644
--- a/pages/02.contribute/03.chat_rooms/chat_rooms.fr.md
+++ b/pages/02.contribute/03.chat_rooms/chat_rooms.fr.md
@@ -3,6 +3,8 @@ title: Salons de discussions
template: docs
taxonomy:
category: docs
+routes:
+ default: '/chat_rooms'
---
Parmi d’autres outils, le projet YunoHost se sert de salons de discussions pour communiquer.
diff --git a/pages/02.contribute/03.chat_rooms/chat_rooms.md b/pages/02.contribute/03.chat_rooms/chat_rooms.md
index d6dd4058..b4d58572 100644
--- a/pages/02.contribute/03.chat_rooms/chat_rooms.md
+++ b/pages/02.contribute/03.chat_rooms/chat_rooms.md
@@ -3,6 +3,8 @@ title: Chat rooms
template: docs
taxonomy:
category: docs
+routes:
+ default: '/chat_rooms'
---
Amoung other communication tools, YunoHost project use chat rooms to communicate.
diff --git a/pages/02.contribute/04.packaging_apps/01.apps_wishlist/apps_wishlist.md b/pages/02.contribute/04.packaging_apps/01.apps_wishlist/apps_wishlist.md
index bbbfd059..10bf1918 100644
--- a/pages/02.contribute/04.packaging_apps/01.apps_wishlist/apps_wishlist.md
+++ b/pages/02.contribute/04.packaging_apps/01.apps_wishlist/apps_wishlist.md
@@ -3,6 +3,8 @@ title: Apps wishlist
template: docs
taxonomy:
category: docs
+routes:
+ default: '/apps_wishlist'
---
The following list is a compiled wishlist of applications that would be nice-to-have.
diff --git a/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.fr.md b/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.fr.md
index 45838539..7b862175 100644
--- a/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.fr.md
+++ b/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.fr.md
@@ -3,6 +3,8 @@ title: Packaging d'applications
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps'
---
diff --git a/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.md b/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.md
index 3254c50f..7d4269e1 100644
--- a/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.md
+++ b/pages/02.contribute/04.packaging_apps/02.technical_intro/packaging_apps.md
@@ -3,6 +3,8 @@ title: App packaging
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps'
---
diff --git a/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.fr.md b/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.fr.md
index 13b21cfd..46f50c5e 100644
--- a/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.fr.md
+++ b/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.fr.md
@@ -3,6 +3,8 @@ title: Utiliser Git pour packager les applications
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_git'
---
Git... Notre cher Git bien-aimé, que l'on peut aussi décrire comme "Goddamn Idiotic Truckload of sh*t" (Un stupide putain gros tas de m\*rde), selon Linus.
diff --git a/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.md b/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.md
index 666df727..b681436a 100644
--- a/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.md
+++ b/pages/02.contribute/04.packaging_apps/03.git/packaging_apps_git.md
@@ -3,6 +3,8 @@ title: Use Git to package apps
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_git'
---
Git... Our dear beloved Git, which can be described also as "Goddamn Idiotic Truckload of sh*t", according to Linus.
diff --git a/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.fr.md b/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.fr.md
index b17184fb..59fd599c 100644
--- a/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.fr.md
+++ b/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.fr.md
@@ -3,6 +3,8 @@ title: Créer un environnement de développement avec VirtualBox
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_virtualbox'
---
Cette page de documentation va vous expliquer comment mettre en place un serveur YunoHost virtuel, avec VirtualBox, pour travailler sur le packaging d'application.
diff --git a/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.md b/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.md
index cd6a594f..615b33d4 100644
--- a/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.md
+++ b/pages/02.contribute/04.packaging_apps/04.virtualbox/packaging_apps_virtualbox.md
@@ -3,6 +3,8 @@ title: Create a development environment with VirtualBox
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_virtualbox'
---
This documentation page aims at explaining how to setup a YunoHost virtual server, using VirtualBox, to work on application packaging.
diff --git a/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.fr.md b/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.fr.md
index 2972f2b1..5942df1a 100644
--- a/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.fr.md
+++ b/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.fr.md
@@ -3,6 +3,8 @@ title: Packaging d'application
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_manifest'
---
## Manifeste
diff --git a/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.md b/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.md
index a434f205..e01a0e97 100644
--- a/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.md
+++ b/pages/02.contribute/04.packaging_apps/05.manifest/packaging_apps_manifest.md
@@ -3,6 +3,8 @@ title: Application packaging
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_manifest'
---
## Manifest
diff --git a/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.fr.md b/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.fr.md
index 023584cf..ce5869b2 100644
--- a/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.fr.md
+++ b/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.fr.md
@@ -3,6 +3,8 @@ title: Scripts
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_scripts'
---
Un paquet YunoHost doit contenir cinq scripts Shell : `install`, `remove`, `upgrade`, `backup` et `restore`. Un 6ème script `change_url` peut aussi être ajouté de façon optionnelle.
diff --git a/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.md b/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.md
index a2d1af93..28862b55 100644
--- a/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.md
+++ b/pages/02.contribute/04.packaging_apps/06.scripts/packaging_apps_scripts.md
@@ -3,6 +3,8 @@ title: Scripts
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_scripts'
---
For now, a YunoHost package must contain five Shell scripts: `install`, `remove`, `upgrade`, `backup` and `restore`. A 6th script `change_url` can also be added optionally.
diff --git a/pages/02.contribute/04.packaging_apps/07.arguments/01.arguments_format/packaging_apps_arguments_format.md b/pages/02.contribute/04.packaging_apps/07.arguments/01.arguments_format/packaging_apps_arguments_format.md
index cd979506..010748c8 100644
--- a/pages/02.contribute/04.packaging_apps/07.arguments/01.arguments_format/packaging_apps_arguments_format.md
+++ b/pages/02.contribute/04.packaging_apps/07.arguments/01.arguments_format/packaging_apps_arguments_format.md
@@ -3,6 +3,8 @@ title: YunoHost Arguments Format
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_arguments_format'
---
In YunoHost application developpement there are several places where you end up
diff --git a/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.fr.md b/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.fr.md
index 61d172ba..729ea1b8 100644
--- a/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.fr.md
+++ b/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.fr.md
@@ -3,6 +3,8 @@ title: Gestion des arguments
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_arguments_management'
---
#### Récupérer les arguments du manifeste dans le script d’installation
diff --git a/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.md b/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.md
index 59c4a3d9..03300782 100644
--- a/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.md
+++ b/pages/02.contribute/04.packaging_apps/07.arguments/packaging_apps_arguments_management.md
@@ -3,6 +3,8 @@ title: Arguments management
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_arguments_management'
---
#### Retrieve arguments in the install script from manifest
diff --git a/pages/02.contribute/04.packaging_apps/08.groups_permissions/packaging_apps_permissions.md b/pages/02.contribute/04.packaging_apps/08.groups_permissions/packaging_apps_permissions.md
index e4ae2fe5..637932a7 100644
--- a/pages/02.contribute/04.packaging_apps/08.groups_permissions/packaging_apps_permissions.md
+++ b/pages/02.contribute/04.packaging_apps/08.groups_permissions/packaging_apps_permissions.md
@@ -3,6 +3,8 @@ title: User groups and permissions
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_permissions'
---
Installing an app creates the permission `app.main` with `all_users` allowed by default.
diff --git a/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.fr.md b/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.fr.md
index 2571d56d..2c558993 100644
--- a/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.fr.md
+++ b/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.fr.md
@@ -3,6 +3,8 @@ title: Configuration NGINX
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_nginx_conf'
---
Ce tutoriel a pour but d’aider à la mise en place d’une configuration NGINX pour le packaging d’application.
diff --git a/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.md b/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.md
index cae15532..04c622f1 100644
--- a/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.md
+++ b/pages/02.contribute/04.packaging_apps/09.nginx/packaging_apps_nginx_conf.md
@@ -3,6 +3,8 @@ title: NGINX configuration
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_nginx_conf'
---
This tutorial aim to help setup NGINX configuration for application packaging.
diff --git a/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.fr.md b/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.fr.md
index 496a1282..df26be28 100644
--- a/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.fr.md
+++ b/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.fr.md
@@ -3,6 +3,8 @@ title: Multi-instances
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_multiinstance'
---
Le multi-instance est la capacité d’une application à être installée plusieurs fois.
diff --git a/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.md b/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.md
index 20d3ddff..a9318a6a 100644
--- a/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.md
+++ b/pages/02.contribute/04.packaging_apps/10.multi_instance/packaging_apps_multiinstance.md
@@ -3,6 +3,8 @@ title: Multi-instances
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_multiinstance'
---
Multi-instance is application capacity to be installed several times.
diff --git a/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md b/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md
index 70f03b28..803a5af7 100644
--- a/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md
+++ b/pages/02.contribute/04.packaging_apps/11.helpers/packaging_apps_helpers.md
@@ -3,6 +3,8 @@ title: App helpers
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_helpers'
---
diff --git a/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.fr.md b/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.fr.md
index dc53cded..2e3cf0ec 100644
--- a/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.fr.md
+++ b/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.fr.md
@@ -3,6 +3,8 @@ title: Hooks
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_hooks'
---
Les hooks permettent de déclencher un script lorsqu'une action est effectuée par le système.
diff --git a/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.md b/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.md
index eee579b0..16056b85 100644
--- a/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.md
+++ b/pages/02.contribute/04.packaging_apps/12.hooks/packaging_apps_hooks.md
@@ -3,6 +3,8 @@ title: Hooks
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_hooks'
---
Hooks allow you to trigger a script when an action is performed by the system.
diff --git a/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.fr.md b/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.fr.md
index f01f25ed..03d1b13b 100644
--- a/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.fr.md
+++ b/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.fr.md
@@ -3,6 +3,8 @@ title: Trap
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_trap'
---
Trap est une commande interne du shell permettant de capturer les signaux de sorties des commandes exécutées dans le shell courant et ses sous-shell.
diff --git a/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.md b/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.md
index eb36b1a6..29783395 100644
--- a/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.md
+++ b/pages/02.contribute/04.packaging_apps/13.trap/packaging_apps_trap.md
@@ -3,6 +3,8 @@ title: Trap
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_trap'
---
Trap is an internal shell command used to capture the output signals of commands executed in the current shell and its subshells.
diff --git a/pages/02.contribute/04.packaging_apps/14.advanced/01.actions/packaging_apps_actions.md b/pages/02.contribute/04.packaging_apps/14.advanced/01.actions/packaging_apps_actions.md
index 9ecb55c6..17e3369a 100644
--- a/pages/02.contribute/04.packaging_apps/14.advanced/01.actions/packaging_apps_actions.md
+++ b/pages/02.contribute/04.packaging_apps/14.advanced/01.actions/packaging_apps_actions.md
@@ -3,6 +3,8 @@ title: Actions
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_actions'
---
For now, all those features are
EXPERIMENTAL
diff --git a/pages/02.contribute/04.packaging_apps/14.advanced/02.config_panel/packaging_apps_config_panel.md b/pages/02.contribute/04.packaging_apps/14.advanced/02.config_panel/packaging_apps_config_panel.md
index 77c11931..4e3f2d55 100644
--- a/pages/02.contribute/04.packaging_apps/14.advanced/02.config_panel/packaging_apps_config_panel.md
+++ b/pages/02.contribute/04.packaging_apps/14.advanced/02.config_panel/packaging_apps_config_panel.md
@@ -3,6 +3,8 @@ title: Configuration panel
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_config_panel'
---
For now, all those features are
EXPERIMENTAL
diff --git a/pages/02.contribute/04.packaging_apps/14.advanced/packaging_apps_advanced.md b/pages/02.contribute/04.packaging_apps/14.advanced/packaging_apps_advanced.md
index fd5eff99..51779797 100644
--- a/pages/02.contribute/04.packaging_apps/14.advanced/packaging_apps_advanced.md
+++ b/pages/02.contribute/04.packaging_apps/14.advanced/packaging_apps_advanced.md
@@ -3,6 +3,8 @@ title: Advanced features of apps packaging
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_advanced'
---
For now, all those features are
EXPERIMENTALS
diff --git a/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.fr.md b/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.fr.md
index d39adc5c..8c12625e 100644
--- a/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.fr.md
+++ b/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.fr.md
@@ -3,6 +3,8 @@ title: Niveaux de qualité des packages d'applications YunoHost
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_levels'
---
Afin de faciliter le packaging d'applications par des étapes successives à atteindre, chaque package est affublé d'un niveau de qualité, de 0 à 10.
diff --git a/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.md b/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.md
index 54b51ada..05a31018 100644
--- a/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.md
+++ b/pages/02.contribute/04.packaging_apps/15.quality_tests/01.apps_levels/packaging_apps_levels.md
@@ -3,6 +3,8 @@ title: Quality levels of YunoHost application packages
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_levels'
---
In order to facilitate the packaging of applications by providing successive steps to achieve, each package is assigned a quality level, from 0 to 10.
diff --git a/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.fr.md b/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.fr.md
index 7e006dff..25a20691 100644
--- a/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.fr.md
+++ b/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.fr.md
@@ -3,6 +3,8 @@ title: Packaging d'applications : les bonnes pratiques
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_guidelines'
---
diff --git a/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.md b/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.md
index 6ac4432d..c79338e6 100644
--- a/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.md
+++ b/pages/02.contribute/04.packaging_apps/15.quality_tests/02.yep/packaging_apps_guidelines.md
@@ -3,6 +3,8 @@ title: Packing Applications: Good Practise Guidelines
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_guidelines'
---
diff --git a/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps.ci.md b/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps.ci.md
index cdf7e387..4577305b 100644
--- a/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps.ci.md
+++ b/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps.ci.md
@@ -3,6 +3,8 @@ title: Continuous integration
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps'
---
A continuous integration server is available for any packager willing to test an app with [Package_check](https://github.com/YunoHost/package_check).
diff --git a/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps_ci.fr.md b/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps_ci.fr.md
index c7bc4a79..de4fb0c4 100644
--- a/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps_ci.fr.md
+++ b/pages/02.contribute/04.packaging_apps/15.quality_tests/03.ci_packagers/packaging_apps_ci.fr.md
@@ -3,6 +3,8 @@ title: Intégration continue
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_ci'
---
Un serveur d'intégration continue est disponible pour tout packager souhaitant tester une application avec [Package_check](https://github.com/YunoHost/package_check).
diff --git a/pages/02.contribute/04.packaging_apps/packaging_apps_start.fr.md b/pages/02.contribute/04.packaging_apps/packaging_apps_start.fr.md
index bb6ada2d..e492ff23 100644
--- a/pages/02.contribute/04.packaging_apps/packaging_apps_start.fr.md
+++ b/pages/02.contribute/04.packaging_apps/packaging_apps_start.fr.md
@@ -3,6 +3,8 @@ title: Introduction au packaging
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_start'
---
Petite introduction au packaging d'application, pour comprendre de quoi nous parlons et comment ça marche.
diff --git a/pages/02.contribute/04.packaging_apps/packaging_apps_start.md b/pages/02.contribute/04.packaging_apps/packaging_apps_start.md
index 2140961b..cbdad804 100644
--- a/pages/02.contribute/04.packaging_apps/packaging_apps_start.md
+++ b/pages/02.contribute/04.packaging_apps/packaging_apps_start.md
@@ -3,6 +3,8 @@ title: Introduction to packaging
template: docs
taxonomy:
category: docs
+routes:
+ default: '/packaging_apps_start'
---
This documentation is here is to provide all the basic concepts and vocabulary needed to understand app packaging. eg: shell, parsing, system administration...
diff --git a/pages/02.contribute/05.dev/dev.fr.md b/pages/02.contribute/05.dev/dev.fr.md
index 555e77a0..72aee113 100644
--- a/pages/02.contribute/05.dev/dev.fr.md
+++ b/pages/02.contribute/05.dev/dev.fr.md
@@ -3,6 +3,8 @@ title: Contribuer au cœur de YunoHost
template: docs
taxonomy:
category: docs
+routes:
+ default: '/dev'
---
Vous souhaitez ajouter une nouvelle fonctionnalité au cœur de YunoHost, mais ne savez pas comment procéder ? Ce guide parcourt les étapes du développement et du processus de contribution.
diff --git a/pages/02.contribute/05.dev/dev.md b/pages/02.contribute/05.dev/dev.md
index 1d3c589b..8158ac28 100644
--- a/pages/02.contribute/05.dev/dev.md
+++ b/pages/02.contribute/05.dev/dev.md
@@ -3,6 +3,8 @@ title: Contributing to the YunoHost core
template: docs
taxonomy:
category: docs
+routes:
+ default: '/dev'
---
You wish to add a new feature in the YunoHost core, but don't know how to
diff --git a/pages/02.contribute/06.api/admin_api.fr.md b/pages/02.contribute/06.api/admin_api.fr.md
index 33d221cc..52b21df3 100644
--- a/pages/02.contribute/06.api/admin_api.fr.md
+++ b/pages/02.contribute/06.api/admin_api.fr.md
@@ -3,6 +3,8 @@ title: Administration depuis l'API ou une application externe
template: docs
taxonomy:
category: docs
+routes:
+ default: '/admin_api'
---
Toutes les actions exécutables en ligne de commande le sont également via une API. L’API est accessible à l’adresse https://votre.serveur/yunohost/api.
diff --git a/pages/02.contribute/06.api/admin_api.md b/pages/02.contribute/06.api/admin_api.md
index 104c2744..108deead 100644
--- a/pages/02.contribute/06.api/admin_api.md
+++ b/pages/02.contribute/06.api/admin_api.md
@@ -3,6 +3,8 @@ title: Administration from the API or an external application
template: docs
taxonomy:
category: docs
+routes:
+ default: '/admin_api'
---
All command line actions can also be ran from the web API. The API is available at https://your.server/yunohost/api. For now there's no documentation on the various routes... but you can get an idea by looking at the actionmap [here](https://github.com/YunoHost/yunohost/blob/stretch-unstable/data/actionsmap/yunohost.yml) (in particular the `api` stuff).
diff --git a/pages/02.contribute/contributordoc.fr.md b/pages/02.contribute/contributordoc.fr.md
index b2d41370..b16d1166 100644
--- a/pages/02.contribute/contributordoc.fr.md
+++ b/pages/02.contribute/contributordoc.fr.md
@@ -3,6 +3,8 @@ title: Guide du contributeur
template: docs
taxonomy:
category: docs
+routes:
+ default: '/contributordoc'
---
* [Liste des façons de contribuer à YunoHost](/contribute)
diff --git a/pages/02.contribute/contributordoc.md b/pages/02.contribute/contributordoc.md
index 5ce5e5b1..c019e687 100644
--- a/pages/02.contribute/contributordoc.md
+++ b/pages/02.contribute/contributordoc.md
@@ -3,6 +3,8 @@ title: Contribute
template: docs
taxonomy:
category: docs
+routes:
+ default: '/contributordoc'
---
* [General ways of contributing to YunoHost](/contribute)
diff --git a/pages/03.project/02.organization/01.budget/project_budget.fr.md b/pages/03.project/02.organization/01.budget/project_budget.fr.md
index e90bc08b..b2b5a3c6 100644
--- a/pages/03.project/02.organization/01.budget/project_budget.fr.md
+++ b/pages/03.project/02.organization/01.budget/project_budget.fr.md
@@ -3,6 +3,8 @@ title: Budget du projet
template: docs
taxonomy:
category: docs
+routes:
+ default: '/project_budget'
---
# Budget prévisionnel pour 2019/2020
diff --git a/pages/03.project/02.organization/01.budget/project_budget.md b/pages/03.project/02.organization/01.budget/project_budget.md
index 7b38fdd0..19f4e059 100644
--- a/pages/03.project/02.organization/01.budget/project_budget.md
+++ b/pages/03.project/02.organization/01.budget/project_budget.md
@@ -3,6 +3,8 @@ title: Project budget
template: docs
taxonomy:
category: docs
+routes:
+ default: '/project_budget'
---
# Estimated budget for 2020/2021
diff --git a/pages/03.project/02.organization/yunohost_project_organization.fr.md b/pages/03.project/02.organization/yunohost_project_organization.fr.md
index 47667d45..de830c30 100644
--- a/pages/03.project/02.organization/yunohost_project_organization.fr.md
+++ b/pages/03.project/02.organization/yunohost_project_organization.fr.md
@@ -3,6 +3,8 @@ title: Organisation du projet
template: docs
taxonomy:
category: docs
+routes:
+ default: '/yunohost_project_organization'
---
## Objectif du document
diff --git a/pages/03.project/02.organization/yunohost_project_organization.md b/pages/03.project/02.organization/yunohost_project_organization.md
index d87d08db..ae83eccf 100644
--- a/pages/03.project/02.organization/yunohost_project_organization.md
+++ b/pages/03.project/02.organization/yunohost_project_organization.md
@@ -3,6 +3,8 @@ title: Project organisation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/yunohost_project_organization'
---
## Document objective
diff --git a/pages/03.project/03.communication/communication.md b/pages/03.project/03.communication/communication.md
index b1fb676a..4b9c4f97 100644
--- a/pages/03.project/03.communication/communication.md
+++ b/pages/03.project/03.communication/communication.md
@@ -3,6 +3,8 @@ title: Communication
template: docs
taxonomy:
category: docs
+routes:
+ default: '/communication'
---
## Talks / conf
diff --git a/pages/03.project/04.sponsors/sponsors_partners.fr.md b/pages/03.project/04.sponsors/sponsors_partners.fr.md
index 41450b91..ec7d13ad 100644
--- a/pages/03.project/04.sponsors/sponsors_partners.fr.md
+++ b/pages/03.project/04.sponsors/sponsors_partners.fr.md
@@ -3,6 +3,8 @@ title: Mécénes et partenaires
template: docs
taxonomy:
category: docs
+routes:
+ default: '/sponsors_partners'
---
Afin d'avancer et de faire fonctionner le projet, en plus du travail des bénévoles et des dons, YunoHost bénéficie du soutien de mécènes et de partenaires.
diff --git a/pages/03.project/04.sponsors/sponsors_partners.md b/pages/03.project/04.sponsors/sponsors_partners.md
index df8a318e..7cb0e06e 100644
--- a/pages/03.project/04.sponsors/sponsors_partners.md
+++ b/pages/03.project/04.sponsors/sponsors_partners.md
@@ -3,6 +3,8 @@ title: Sponsors and partners
template: docs
taxonomy:
category: docs
+routes:
+ default: '/sponsors_partners'
---
In order to advance and make the project works, in addition to the work of volunteers and donations, YunoHost benefits from the support of sponsors and partners.
diff --git a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.ca.md b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.ca.md
index 7fde1011..b8d11f97 100644
--- a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.ca.md
+++ b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.ca.md
@@ -3,6 +3,8 @@ title: YunoHost per a organitzacions sense ànim de lucre
template: docs
taxonomy:
category: docs
+routes:
+ default: '/use_case_non-profit_organisations'
---
## Taula de continguts
diff --git a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.fr.md b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.fr.md
index 7eba12ac..da27fc7c 100644
--- a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.fr.md
+++ b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.fr.md
@@ -3,6 +3,8 @@ title: YunoHost pour les organisations à but non lucratif
template: docs
taxonomy:
category: docs
+routes:
+ default: '/use_case_non-profit_organisations'
---
## Table des matières
diff --git a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.md b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.md
index 14a151d5..84cd9478 100644
--- a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.md
+++ b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.md
@@ -3,6 +3,8 @@ title: YunoHost for non-profit organizations
template: docs
taxonomy:
category: docs
+routes:
+ default: '/use_case_non-profit_organisations'
---
## Table of Contents
diff --git a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.oc.md b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.oc.md
index b70cdcd6..0b049cd5 100644
--- a/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.oc.md
+++ b/pages/04.usecases/01.nonprofit/use_case_non-profit_organisations.oc.md
@@ -3,6 +3,8 @@ title: YunoHost per organizacion sens tòca lucrativa
template: docs
taxonomy:
category: docs
+routes:
+ default: '/use_case_non-profit_organisations'
---
## Ensenhador
diff --git a/pages/05.help/01.faq/faq.de.md b/pages/05.help/01.faq/faq.de.md
index 94791a7c..5a066f24 100644
--- a/pages/05.help/01.faq/faq.de.md
+++ b/pages/05.help/01.faq/faq.de.md
@@ -3,6 +3,8 @@ title: Häufig gestellte Fragen
template: docs
taxonomy:
category: docs
+routes:
+ default: '/faq'
---
#### Unter welcher Lizenz wird YunoHost angeboten ?
diff --git a/pages/05.help/01.faq/faq.fr.md b/pages/05.help/01.faq/faq.fr.md
index b8bc826d..6aa06f9c 100644
--- a/pages/05.help/01.faq/faq.fr.md
+++ b/pages/05.help/01.faq/faq.fr.md
@@ -3,6 +3,8 @@ title: Foire aux questions
template: docs
taxonomy:
category: docs
+routes:
+ default: '/faq'
---
#### Sous quelle licence est distribué YunoHost ?
diff --git a/pages/05.help/01.faq/faq.md b/pages/05.help/01.faq/faq.md
index 19516577..49bf873c 100644
--- a/pages/05.help/01.faq/faq.md
+++ b/pages/05.help/01.faq/faq.md
@@ -3,6 +3,8 @@ title: Frequently Asked Questions
template: docs
taxonomy:
category: docs
+routes:
+ default: '/faq'
---
#### Under which license is YunoHost distributed?
diff --git a/pages/05.help/help.ar.md b/pages/05.help/help.ar.md
index 3a0e6c66..508645c6 100644
--- a/pages/05.help/help.ar.md
+++ b/pages/05.help/help.ar.md
@@ -3,6 +3,8 @@ title: هل تبحث عن مساعدة
template: docs
taxonomy:
category: docs
+routes:
+ default: '/help'
---
إتصل بغرفة المساعدة
diff --git a/pages/05.help/help.fr.md b/pages/05.help/help.fr.md
index e44431a2..7d29a0bc 100644
--- a/pages/05.help/help.fr.md
+++ b/pages/05.help/help.fr.md
@@ -3,6 +3,8 @@ title: Besoin d'aide ?
template: docs
taxonomy:
category: docs
+routes:
+ default: '/help'
---
Connectez-vous au salon de support
diff --git a/pages/05.help/help.it.md b/pages/05.help/help.it.md
index dced8922..cc895188 100644
--- a/pages/05.help/help.it.md
+++ b/pages/05.help/help.it.md
@@ -3,6 +3,8 @@ title: Cerchi aiuto?
template: docs
taxonomy:
category: docs
+routes:
+ default: '/help'
---
Connettiti alla chat di supporto
diff --git a/pages/05.help/help.md b/pages/05.help/help.md
index bace1641..b507745e 100644
--- a/pages/05.help/help.md
+++ b/pages/05.help/help.md
@@ -3,6 +3,8 @@ title: Looking for help?
template: docs
taxonomy:
category: docs
+routes:
+ default: '/help'
---
Connect to the support chatroom
diff --git a/pages/home/docs.ar.md b/pages/home/docs.ar.md
index 4bbc8c28..9c09d8ad 100644
--- a/pages/home/docs.ar.md
+++ b/pages/home/docs.ar.md
@@ -3,6 +3,8 @@ title: الدليل
template: docs
taxonomy:
category: docs
+routes:
+ default: '/docs'
---
diff --git a/pages/home/docs.de.md b/pages/home/docs.de.md
index 5b231d38..616d94eb 100644
--- a/pages/home/docs.de.md
+++ b/pages/home/docs.de.md
@@ -3,6 +3,8 @@ title: Documentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/docs'
---
diff --git a/pages/home/docs.fr.md b/pages/home/docs.fr.md
index c2411a81..2a1dce81 100644
--- a/pages/home/docs.fr.md
+++ b/pages/home/docs.fr.md
@@ -3,6 +3,8 @@ title: Documentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/docs'
---
diff --git a/pages/home/docs.it.md b/pages/home/docs.it.md
index dbfc581f..12c0d546 100644
--- a/pages/home/docs.it.md
+++ b/pages/home/docs.it.md
@@ -3,6 +3,8 @@ title: Documentazione
template: docs
taxonomy:
category: docs
+routes:
+ default: '/docs'
---
diff --git a/pages/home/docs.md b/pages/home/docs.md
index f41307ba..821ce85d 100644
--- a/pages/home/docs.md
+++ b/pages/home/docs.md
@@ -3,6 +3,8 @@ title: Documentation
template: docs
taxonomy:
category: docs
+routes:
+ default: '/docs'
---
YunoHost's documentation has 2 different sections: