mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix link (use <thelink>)
This commit is contained in:
parent
08e2767b91
commit
2e489ad96f
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
title: Packaging v2
|
title: 'Packaging v2'
|
||||||
template: docs
|
template: docs
|
||||||
taxonomy:
|
taxonomy:
|
||||||
category: docs
|
category:
|
||||||
|
- docs
|
||||||
routes:
|
routes:
|
||||||
default: '/packaging_v2'
|
default: /packaging_v2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Packaging v2 is a major improvement for the packaging introduced in YunoHost 11.1
|
Packaging v2 is a major improvement for the packaging introduced in YunoHost 11.1
|
||||||
|
|
||||||
### Motivation
|
### 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
|
### 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 <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:
|
||||||
- initializing a `manifest.toml` and prefilling it with info scrapped from the various scripts
|
- initializing a `manifest.toml` and prefilling it with info scrapped from the various scripts
|
||||||
- comment out now-unecessary lines in the various scripts
|
- comment out now-unecessary lines in the various scripts
|
||||||
|
|
Loading…
Add table
Reference in a new issue