From b1b2813050b8adc041911d316f859dface2f438a Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 29 Jul 2024 16:20:27 +0800 Subject: [PATCH 1/3] Fix header underline warnings in docs Signed-off-by: Claudio Cambra --- doc/advancedusage.rst | 4 ++-- doc/troubleshooting.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/advancedusage.rst b/doc/advancedusage.rst index ed28f27cd86b0..d3eb233d32d43 100644 --- a/doc/advancedusage.rst +++ b/doc/advancedusage.rst @@ -10,7 +10,7 @@ Options .. include:: options.rst Mass Deployment And Account Creation -------- +------------------------------------ .. index:: mass deployment .. include:: massdeploymentcommandline.rst @@ -35,6 +35,6 @@ Low Disk Space .. include:: lowdiskspace.rst Wizard Account Setup Command-line Options -------- +----------------------------------------- .. index:: wizard accountsetup command-line .. include:: wizardaccountsetupcommandline.rst diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst index 8a19350a06cba..04cfcf7f661bd 100644 --- a/doc/troubleshooting.rst +++ b/doc/troubleshooting.rst @@ -67,7 +67,7 @@ See https://github.com/owncloud/client/issues/5226 for more discussion of this issue. "Connection closed" message when syncing files ---------------------- +---------------------------------------------- This message can be caused by using chunks that are too big or time-outs that are set too liberally. You can configure the chunking behavior of the client in From ff2a8ffc61531f5025972cc66b67b25900c549b5 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 29 Jul 2024 16:20:40 +0800 Subject: [PATCH 2/3] Fix table warning in troubleshooting doc Signed-off-by: Claudio Cambra --- doc/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst index 04cfcf7f661bd..8c1666e62dac4 100644 --- a/doc/troubleshooting.rst +++ b/doc/troubleshooting.rst @@ -79,7 +79,7 @@ the config file. For example, change these settings: +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ | ``minChunkSize`` | ``1000000`` (1 MB) | Specifies the minimum chunk size of uploaded files in bytes. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ -| ``maxChunkSize`` | ``50000000`` (1000 MB) | Specifies the maximum chunk size of uploaded files in bytes. | +| ``maxChunkSize`` | ``50000000`` (1000 MB) | Specifies the maximum chunk size of uploaded files in bytes. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ | ``targetChunkUploadDuration`` | ``6000`` (1 minute) | Target duration in milliseconds for chunk uploads. | | | | The client adjusts the chunk size until each chunk upload takes approximately this long. | From 45ce19dcbe391a3f8e2746acaccf76cb7f839179 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 29 Jul 2024 16:20:51 +0800 Subject: [PATCH 3/3] Fix string warning in account setup commandline doc Signed-off-by: Claudio Cambra --- doc/wizardaccountsetupcommandline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wizardaccountsetupcommandline.rst b/doc/wizardaccountsetupcommandline.rst index 26579df56a947..a943a585746ce 100644 --- a/doc/wizardaccountsetupcommandline.rst +++ b/doc/wizardaccountsetupcommandline.rst @@ -12,5 +12,5 @@ The following parameters are supported: Examples: -- ``C:\Program Files\Nextcloud\nextcloud.exe" --overridelocaldir "D:/work/nextcloud-sync-folder" --overrideserverurl https://cloud.example.com +- ``C:\Program Files\Nextcloud\nextcloud.exe" --overridelocaldir "D:/work/nextcloud-sync-folder" --overrideserverurl https://cloud.example.com`` - For Linux and mac the same example as above will work but ``nextcloud.exe path`` and ``--overridelocaldir`` value should get changed to platform specific format (e.g. ``no .exe extension`` and ``/home/`` format)