1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00
This commit is contained in:
Emmanuel Averty 2024-03-13 23:07:18 +01:00
parent 28307c1299
commit 4463e1796d

View file

@ -96,10 +96,10 @@ The declaration of antifeatures is a 3-steps process:
- Declare the app's antifeature in the [app catalog](https://github.com/YunoHost/apps/blob/master/apps.toml)
- Describe the app's antifeature in its `manifest.toml`:
```toml
[antifeatures]
arbitrary-limitations.en = "Some description about the specific limitations of this app."
```
```toml
[antifeatures]
arbitrary-limitations.en = "Some description about the specific limitations of this app."
```
The format of this section is a `dict` where keys are antifeature IDs, and the values
are translated strings (`dict` of `lang code`->`str`).
@ -163,7 +163,6 @@ The resource section corresponds to recurring app needs that are to be provision
```toml
[resources]
```toml
[resources.sources.main]
url = "https://some.domain/url/where/to/download/the/app/sources.tar.gz"
sha256 = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"