mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Move resources/helpers/packaging_apps_helpers to scripts/helpers/app_scripts_helpers
This commit is contained in:
parent
a58dbe6801
commit
e48a1e64d5
3 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: App helpers
|
||||
template: docs
|
||||
redirect: '/packaging_apps_helpers'
|
||||
redirect: '/packaging_apps_scripts_helpers'
|
||||
---
|
||||
|
|
|
@ -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]
|
||||
|
||||
---
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue