From e4f43af4d8a46891dd3b1f6227496d22f94821ee Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Tue, 12 May 2026 11:28:41 +0200 Subject: [PATCH] docs: add oc11 attribute --- global-attributes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-attributes.yml b/global-attributes.yml index 8fd0056ba..a915765c6 100644 --- a/global-attributes.yml +++ b/global-attributes.yml @@ -39,7 +39,7 @@ oc-examples-password: 'password' oc-complete-name: 'owncloud-complete-latest' occ-command-example-prefix: 'sudo -u www-data ./occ' - occ-command-example-prefix-no-sudo: 'occ' + occ-command-example-prefix-docker: 'docker exec --user www-data occ' php-net-url: 'https://www.php.net' php-supported-versions-url: 'https://www.php.net/supported-versions.php' http-status-codes-base-url: 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status' @@ -49,7 +49,7 @@ std-port-redis: '6379' # ocis # branch versions, also used to assemble branch names in ocis - latest-ocis-version: '8.0' + latest-ocis-version: '8.0' # previous-ocis-version: '7.3' # Versions mainly for printing like in docs-main release info and in docs-ocis to define the latest production version. # Versions in the ocis docs need to be defined in the branch specific docs-ocis/antora.yaml file.