doc: add github repo example
This commit is contained in:
parent
d8ba9448a2
commit
37ec55a6e4
1 changed files with 13 additions and 0 deletions
|
|
@ -64,4 +64,17 @@ It goes under the `extensions` object and it is of the form:
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
This mode has the advantage of strictly specifying what releases of an extension can be installed.
|
||||||
|
|
||||||
### GitHub Repository
|
### GitHub Repository
|
||||||
|
It goes under the `repos` object and it is of the form:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"id": "withdraw",
|
||||||
|
"organisation": "lnbits",
|
||||||
|
"repository": "withdraw-extension"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue