From 2e489ad96f15233af033fa4c49c7888a3421cfb6 Mon Sep 17 00:00:00 2001 From: salamandar Date: Mon, 31 Jul 2023 00:08:39 +0200 Subject: [PATCH] Fix link (use ) --- .../{notes_about_new_packaging_v2.md => docs.md} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/{notes_about_new_packaging_v2.md => docs.md} (96%) diff --git a/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md b/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/docs.md similarity index 96% rename from pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md rename to pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/docs.md index 8f7389dc..a9fa9cf2 100644 --- a/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md +++ b/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/docs.md @@ -1,13 +1,13 @@ --- -title: Packaging v2 +title: 'Packaging v2' template: docs taxonomy: - category: docs + category: + - docs routes: - default: '/packaging_v2' + default: /packaging_v2 --- - Packaging v2 is a major improvement for the packaging introduced in YunoHost 11.1 ### Motivation @@ -23,7 +23,7 @@ However, this "v2" is not the end of the story and should be seen as an intermed ### Adapting a v1 app to v2 -A script is available in https://github.com/YunoHost/apps/tree/master/tools/packaging_v2 and will attempt to convert what it can from the v1 format to the v2 format, in particular: +A script is available in and will attempt to convert what it can from the v1 format to the v2 format, in particular: - initializing a `manifest.toml` and prefilling it with info scrapped from the various scripts - comment out now-unecessary lines in the various scripts