Skip to content

Commit

Permalink
Improve documentation on repo field
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Nov 19, 2023
1 parent 8619433 commit 2e8ddb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/flatpages/help/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ curl -X DELETE https://content.minetest.net/api/delete-token/ \
* `license`: A [license](#licenses) name.
* `media_license`: A [license](#licenses) name.
* `long_description`: Long markdown description.
* `repo`: Git repo URL.
* `repo`: Source repository (eg: Git)
* `website`: Website URL.
* `issue_tracker`: Issue tracker URL.
* `forums`: forum topic ID.
Expand Down
2 changes: 1 addition & 1 deletion app/flatpages/help/package_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
* `media_license`: A license name.
* `long_description`: Long markdown description.
* `repo`: Git repo URL.
* `repo`: Source repository (eg: Git).
* `website`: Website URL.
* `issue_tracker`: Issue tracker URL.
* `forums`: forum topic ID.
Expand Down

0 comments on commit 2e8ddb8

Please sign in to comment.