mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-05 12:47:29 +01:00
Improve documentation on repo
field
This commit is contained in:
parent
8619433b66
commit
2e8ddb8ca4
@ -92,7 +92,7 @@ curl -X DELETE https://content.minetest.net/api/delete-token/ \
|
|||||||
* `license`: A [license](#licenses) name.
|
* `license`: A [license](#licenses) name.
|
||||||
* `media_license`: A [license](#licenses) name.
|
* `media_license`: A [license](#licenses) name.
|
||||||
* `long_description`: Long markdown description.
|
* `long_description`: Long markdown description.
|
||||||
* `repo`: Git repo URL.
|
* `repo`: Source repository (eg: Git)
|
||||||
* `website`: Website URL.
|
* `website`: Website URL.
|
||||||
* `issue_tracker`: Issue tracker URL.
|
* `issue_tracker`: Issue tracker URL.
|
||||||
* `forums`: forum topic ID.
|
* `forums`: forum topic ID.
|
||||||
|
@ -70,7 +70,7 @@ It should be a JSON dictionary with one or more of the following optional keys:
|
|||||||
* `license`: A license name, see [/api/licenses/](/api/licenses/).
|
* `license`: A license name, see [/api/licenses/](/api/licenses/).
|
||||||
* `media_license`: A license name.
|
* `media_license`: A license name.
|
||||||
* `long_description`: Long markdown description.
|
* `long_description`: Long markdown description.
|
||||||
* `repo`: Git repo URL.
|
* `repo`: Source repository (eg: Git).
|
||||||
* `website`: Website URL.
|
* `website`: Website URL.
|
||||||
* `issue_tracker`: Issue tracker URL.
|
* `issue_tracker`: Issue tracker URL.
|
||||||
* `forums`: forum topic ID.
|
* `forums`: forum topic ID.
|
||||||
|
Loading…
Reference in New Issue
Block a user