mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
packaging_manifest: put the link to the resources doc in its subsection
This commit is contained in:
parent
2e489ad96f
commit
f2b5fa0134
1 changed files with 3 additions and 1 deletions
|
@ -160,4 +160,6 @@ In this example:
|
|||
- `permissions`: an SSOwat `$app.main` permission will be initialized such that the SSO allows access to the app's endpoint according to the chosen `init_main_permission` question. The `main.url = "/"` is here to tell that the main endpoint is the "root" of the app, that is `https://domain.tld/helloworld/` if the app is installed with `domain=domain.tld` and `path=/helloworld`
|
||||
- `apt`: the packages `nyancat`, `lolcat`, `sl` will be installed with `apt`. These are just dummy apt dependencies to illustrate the syntax.
|
||||
|
||||
The full documentation on resources is available [here](/packaging_apps_resources)
|
||||
### List of app resources
|
||||
|
||||
The full documentation on resources is available [here](/packaging_apps_resources).
|
||||
|
|
Loading…
Reference in a new issue