mirror of
https://github.com/nextcloud/server.git
synced 2026-06-26 17:10:29 -04:00
Merge pull request #37442 from nextcloud/backport/37437/stable25
[stable25] fix(docs): Fix RST parsing of the sample config
This commit is contained in:
commit
42e190e100
1 changed files with 9 additions and 7 deletions
|
|
@ -789,9 +789,10 @@ $CONFIG = [
|
|||
* The channel that Nextcloud should use to look for updates
|
||||
*
|
||||
* Supported values:
|
||||
* - ``daily``
|
||||
* - ``beta``
|
||||
* - ``stable``
|
||||
*
|
||||
* - ``daily``
|
||||
* - ``beta``
|
||||
* - ``stable``
|
||||
*/
|
||||
'updater.release.channel' => 'stable',
|
||||
|
||||
|
|
@ -1031,10 +1032,11 @@ $CONFIG = [
|
|||
* seen in the first-run wizard and on Personal pages.
|
||||
*
|
||||
* Defaults to:
|
||||
* - Desktop client: ``https://nextcloud.com/install/#install-clients``
|
||||
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
|
||||
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
|
||||
* - iOS client app id: ``1125420102``
|
||||
*
|
||||
* - Desktop client: ``https://nextcloud.com/install/#install-clients``
|
||||
* - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
|
||||
* - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
|
||||
* - iOS client app id: ``1125420102``
|
||||
*/
|
||||
'customclient_desktop' =>
|
||||
'https://nextcloud.com/install/#install-clients',
|
||||
|
|
|
|||
Loading…
Reference in a new issue