From 5374b7657f606cfbc50f8a9136f0c843d17cc094 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 17 Jun 2023 15:20:30 +0200 Subject: [PATCH] fix(adminmanual): Display backslash correctly Signed-off-by: David --- admin_manual/office/example-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/office/example-docker.rst b/admin_manual/office/example-docker.rst index cfe45f62b..e98091d96 100644 --- a/admin_manual/office/example-docker.rst +++ b/admin_manual/office/example-docker.rst @@ -17,7 +17,7 @@ To install it the following dependencies are required: Install the Collabora Online server ************************************** -The following steps will download the Collabora Online docker. Make sure to replace "cloud.example.com" with the host that your own Nextcloud runs on. Also make sure to escape all dots with backslashes (`\`), since this string will be evaluated as a regular expression. (With earlier versions of the docker image dots needed to be escaped with two backslashes. This is no longer necessary for 21.11.3.6 and later versions of the docker image.) If you want to use the docker container with more than one Nextcloud, you'll need to use `domain=cloud\.nextcloud\.com\|second\.nextcloud\.com` instead. (All hosts are separated by `\|`.) +The following steps will download the Collabora Online docker. Make sure to replace "cloud.example.com" with the host that your own Nextcloud runs on. Also make sure to escape all dots with backslashes (`\\`), since this string will be evaluated as a regular expression. (With earlier versions of the docker image dots needed to be escaped with two backslashes. This is no longer necessary for 21.11.3.6 and later versions of the docker image.) If you want to use the docker container with more than one Nextcloud, you'll need to use `domain=cloud\.nextcloud\.com\|second\.nextcloud\.com` instead. (All hosts are separated by `\|`.) .. code-block:: bash