fix indefinite articles

Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe
2023-09-28 13:07:26 +02:00
parent 9a7b9fb672
commit 982f1b93f5
8 changed files with 15 additions and 15 deletions

View File

@@ -180,20 +180,20 @@ author
* required
* can occur multiple times with different authors
* can contain a **mail** attribute which must be an email
* can contain a **homepage** which must be an URL
* can contain a **homepage** which must be a URL
* will not (yet) be rendered on the App Store
* will be provided through the REST API
documentation/user
* optional
* must contain an URL to the user documentation
* must contain a URL to the user documentation
* will be rendered on the app detail page
documentation/admin
* optional
* must contain an URL to the admin documentation
* must contain a URL to the admin documentation
* will be rendered on the app detail page
documentation/developer
* optional
* must contain an URL to the developer documentation
* must contain a URL to the developer documentation
* will be rendered on the app detail page
category
* optional
@@ -219,20 +219,20 @@ category
* can occur more than once with different categories
website
* optional
* must contain an URL to the project's homepage
* must contain a URL to the project's homepage
* will be rendered on the app detail page
discussion
* optional
* must contain an URL to the project's discussion page/forum
* must contain a URL to the project's discussion page/forum
* will be rendered on the app detail page as the "ask question or discuss" button
* if absent, it will default to our forum at https://help.nextcloud.com/ and create a new category in the apps category
bugs
* required
* must contain an URL to the project's bug tracker
* must contain a URL to the project's bug tracker
* will be rendered on the app detail page
repository
* optional
* must contain an URL to the project's repository
* must contain a URL to the project's repository
* can contain a **type** attribute, **git**, **mercurial**, **subversion** and **bzr** are allowed values, defaults to **git**
* currently not used
screenshot