Documentation: break line in config example.
authorCamila <hello@camila.codes>
Mon, 1 Feb 2021 17:43:17 +0000 (18:43 +0100)
committerCamila <hello@camila.codes>
Tue, 2 Feb 2021 09:51:34 +0000 (10:51 +0100)
Also make sure the following note is not displayed as one block with the
config example.

Minor change: fix typo.

Signed-off-by: Camila <hello@camila.codes>
doc/troubleshooting.rst

index 4ba7bd33ac289dc39afca7222f6951c98697f46c..e7320f1b17608c24b1bccd1c2fdf0bb7865d8078 100644 (file)
@@ -171,34 +171,35 @@ settings associated with the log window.
 
 To enable logging to a directory, stop the client and add the following to the General section in the configuration file:
 
-```
-[General]
-logDebug=true
-logExpire=<hours>
-logDir=<dir>
-```
+::
+
+  [General]
+  logDebug=true
+  logExpire=<hours>
+  logDir=<dir>
 
-  .. note:: Independent of platform you must use slash (/) as a path reparator:
+Independent of platform you must use slash (/) as a path separator:
 
-  * Correct: C:/Temp
-  * Not correct: C:\Temp
+  .. note::
+    * Correct: C:/Temp
+    * Not correct: C:\Temp
 
 As an example, to keep log data for two days in a directory called temp:
 
-```
-[General]
-logDebug=true
-logExpire=48
-logDir=C:/Temp
-```
+::
+
+  [General]
+  logDebug=true
+  logExpire=48
+  logDir=C:/Temp
 
 Once you restart the client, you will find the log file in the ``<dir>`` defined in ``logDir``.
 
   .. note:: You will find the configuration file in the following locations:
 
-   * Microsoft Windows systems: ``%APPDATA%\Nextcloud\nextcloud.cfg``
-   * macOS systems: ``$HOME/Library/Preferences/Nextcloud/nextcloud.cfg``
-   * Linux distributions: ``$HOME/.config/Nextcloud/nextcloud.cfg``
+    * Microsoft Windows systems: ``%APPDATA%\Nextcloud\nextcloud.cfg``
+    * macOS systems: ``$HOME/Library/Preferences/Nextcloud/nextcloud.cfg``
+    * Linux distributions: ``$HOME/.config/Nextcloud/nextcloud.cfg``
 
 
 Alternatively, you can start the client in the command line with parameters: