Merge pull request #37443 from nextcloud/backport/37437/stable24

[stable24] fix(docs): Fix RST parsing of the sample config
This commit is contained in:
Joas Schilling 2023-03-28 15:58:27 +02:00 committed by GitHub
commit a0e4f92d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -764,9 +764,10 @@ $CONFIG = [
* The channel that Nextcloud should use to look for updates
*
* Supported values:
* - ``daily``
* - ``beta``
* - ``stable``
*
* - ``daily``
* - ``beta``
* - ``stable``
*/
'updater.release.channel' => 'stable',
@ -997,10 +998,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',