From b9f92470960b14ff0f7bbb25c7ab98ee58a1a9e0 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 11 May 2020 20:54:59 +0200 Subject: [PATCH] [mod] add links to advanced packaging stuff in the TOC --- contributordoc.md | 4 ++++ contributordoc_fr.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/contributordoc.md b/contributordoc.md index baf40daf..5b04b6c3 100644 --- a/contributordoc.md +++ b/contributordoc.md @@ -15,11 +15,15 @@ * [Manifest](packaging_apps_manifest) * [Scripts](packaging_apps_scripts) * [Arguments management](packaging_apps_arguments_management) + * [Arguments format](#/packaging_apps_arguments_format) * [Nginx configuration](packaging_apps_nginx_conf) * [Multi-instance](packaging_apps_multiinstance) * [Helpers](packaging_apps_helpers) * [Trap usage](/packaging_apps_trap) * [Adding your app to the apps list](https://github.com/YunoHost/Apps/#contributing) + * [Advanced packaging features](#/packaging_apps_advanced) + * [Application actions](#/packaging_apps_actions) + * [Application configuration panel](#/packaging_apps_config_panel) * Quality tests * [Package linter](https://github.com/YunoHost/package_linter) * [Package check](https://github.com/YunoHost/package_check) diff --git a/contributordoc_fr.md b/contributordoc_fr.md index ad843b3e..82b68782 100644 --- a/contributordoc_fr.md +++ b/contributordoc_fr.md @@ -15,11 +15,15 @@ * [Manifest](/packaging_apps_manifest) * [Scripts](/packaging_apps_scripts) * [Gestion des arguments](/packaging_apps_arguments_management) + * [Format des arguments](#/packaging_apps_arguments_format) * [Configuration nginx](/packaging_apps_nginx_conf) * [Multi-instance](/packaging_apps_multiinstance) * [Fonctions utiles](/packaging_apps_helpers) * [Utilisation de 'trap'](/packaging_apps_trap) * [Ajouter son application à la liste des apps](https://github.com/YunoHost/Apps/#contributing) + * [Feature de packaging avancées](#/packaging_apps_advanced) + * [Actions pour une application](#/packaging_apps_actions) + * [Panneau de configuration pour une application](#/packaging_apps_config_panel) * Tests de qualité * [Package linter](https://github.com/YunoHost/package_linter) * [Package check](https://github.com/YunoHost/package_check)