From 898d6d410e9e612adba70e93f73ecc197ee5d3e1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 28 Mar 2023 07:49:01 +0200 Subject: [PATCH] fix(docs): Fix RST parsing of the sample config Signed-off-by: Joas Schilling --- config/config.sample.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 3c548ea1b82..9d79b154120 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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', -- 2.39.5