fix integration of code for docs webpage

before, the two hyphens were replaced by a dash in the view presented on docs.nextcloud.com, resulting in an erroneous occ command (too many arguments to "config:app:set")

Signed-off-by: piechocki <34336439+piechocki@users.noreply.github.com>
This commit is contained in:
piechocki
2026-01-17 15:42:46 +01:00
committed by backportbot[bot]
parent 48666ff436
commit 1f1e85ad20

View File

@@ -136,7 +136,7 @@ Encrypting team folders
-----------------------
By default team folder are not encrypted. If you want to encrypt your team folders
as well you need to run following occ command:
as well you need to run following occ command::
occ config:app:set groupfolders enable_encryption --value=true