Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions global-attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <owncloud-container-name> 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'
Expand All @@ -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.
Expand Down