]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(docs): Fix RST parsing of the sample config 37442/head
authorJoas Schilling <coding@schilljs.com>
Tue, 28 Mar 2023 05:49:01 +0000 (07:49 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Tue, 28 Mar 2023 07:26:28 +0000 (07:26 +0000)
Signed-off-by: Joas Schilling <coding@schilljs.com>
config/config.sample.php

index 3c548ea1b82ff9053ebf8b072711c9b714cc2710..9d79b154120c8c6ae6ae9796013dffd0de6b0562 100644 (file)
@@ -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',