mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user