From e48a1e64d56b5995c909f2ef55f660f450bfa98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 30 Jul 2023 22:27:30 +0200 Subject: [PATCH] Move resources/helpers/packaging_apps_helpers to scripts/helpers/app_scripts_helpers --- pages/02.administer/60.extend/20.helpers/helpers.md | 2 +- .../10.helpers/packaging_app_scripts_helpers.md} | 9 ++++----- .../10.packaging_apps/20.scripts/scripts.md | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) rename pages/06.contribute/10.packaging_apps/{80.resources/11.helpers/packaging_apps_helpers.md => 20.scripts/10.helpers/packaging_app_scripts_helpers.md} (99%) diff --git a/pages/02.administer/60.extend/20.helpers/helpers.md b/pages/02.administer/60.extend/20.helpers/helpers.md index a7cb0340..9869ed97 100644 --- a/pages/02.administer/60.extend/20.helpers/helpers.md +++ b/pages/02.administer/60.extend/20.helpers/helpers.md @@ -1,5 +1,5 @@ --- title: App helpers template: docs -redirect: '/packaging_apps_helpers' +redirect: '/packaging_apps_scripts_helpers' --- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/20.scripts/10.helpers/packaging_app_scripts_helpers.md similarity index 99% rename from pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md rename to pages/06.contribute/10.packaging_apps/20.scripts/10.helpers/packaging_app_scripts_helpers.md index 04c790da..5420003d 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/20.scripts/10.helpers/packaging_app_scripts_helpers.md @@ -1,10 +1,12 @@ --- -title: App helpers +title: App scripts helpers template: docs taxonomy: category: docs routes: - default: '/packaging_apps_helpers' + default: '/packaging_apps_scripts_helpers' + aliases: + - '/packaging_apps_helpers' --- Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/7d0d82ae016ae3e7cdb06423b67678d7f7a5d9ca/doc/generate_helper_doc.py) on 11/04/2024 (YunoHost version 11.2.11.2) @@ -2680,6 +2682,3 @@ Requires YunoHost version 3.8.0 or higher. [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/7d0d82ae016ae3e7cdb06423b67678d7f7a5d9ca/helpers/utils#L1027) [/details] - ---- - diff --git a/pages/06.contribute/10.packaging_apps/20.scripts/scripts.md b/pages/06.contribute/10.packaging_apps/20.scripts/scripts.md index 69910348..705a03ec 100644 --- a/pages/06.contribute/10.packaging_apps/20.scripts/scripts.md +++ b/pages/06.contribute/10.packaging_apps/20.scripts/scripts.md @@ -85,7 +85,7 @@ ynh_app_setting_set --app=$app --key=db_name --value=$db_name ## Helper system -We call helpers a set of custom bash function created by the YunoHost project to standardize common operations accross all apps. They are all prefixed with `ynh_`. The full list and documentation of these helpers is available on [this page](/packaging_apps_helpers). Some of these helpers are now partially obsolete as they are now handled by the core via app resources. +We call helpers a set of custom bash function created by the YunoHost project to standardize common operations accross all apps. They are all prefixed with `ynh_`. The full list and documentation of these helpers is available on [this page](/packaging_apps_scripts_helpers). Some of these helpers are now partially obsolete as they are now handled by the core via app resources. Here is the list of the major ones: