mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Merge pull request #248 from owncloud/infoxml_new_elements
added new 'documentation' and 'website' element to documentation
This commit is contained in:
@@ -25,6 +25,13 @@ The :file:`appinfo/info.xml` contains metadata about the app:
|
||||
<file id="caldav">appinfo/caldav.php</file>
|
||||
</remote>
|
||||
|
||||
<documentation>
|
||||
<user>http://doc.owncloud.org</user>
|
||||
<admin>http://doc.owncloud.org</admin>
|
||||
</documentation>
|
||||
|
||||
<website>http://www.owncloud.org</website>
|
||||
|
||||
<public>
|
||||
<file id="caldav">appinfo/caldav.php</file>
|
||||
</public>
|
||||
@@ -96,6 +103,14 @@ Same as public but requires login. The id is appended to the URL **/owncloud/ind
|
||||
|
||||
Also take a look at :doc:`externalapi`.
|
||||
|
||||
documentation
|
||||
-------------
|
||||
link to 'admin' and 'user' documentation
|
||||
|
||||
website
|
||||
-------
|
||||
link to project webpage
|
||||
|
||||
standalone
|
||||
----------
|
||||
Can be set to true to indicate that this app is a webapp. This can be used to tell GNOME Web for instance to treat this like a native application.
|
||||
|
||||
Reference in New Issue
Block a user