From 0c603941aa3e700699fb9a4547234c35ab26e781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Thu, 25 Sep 2025 13:03:19 +0200 Subject: [PATCH] docs(migrations.md): Add missing `yaml` annotations on code blocks --- docs/migrations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/migrations.md b/docs/migrations.md index 65806e57..a0378ca2 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -218,7 +218,7 @@ Nextcloud provides tooling for renaming affected files using an [`occ command`]( You can customize the default restriction settings in `functional.yaml.gotmpl`: -``` +```yaml functional: filestore: naming: @@ -265,7 +265,7 @@ The following Nextcloud apps/functions are no longer enabled by default. Please * Comments: Core app that lets users leave comments in the activity tab of the file/directory details pane. If required the apps can be enabled using the openDesk customization options for `opendeskNextcloudManagement`, see `customizations.yaml.gotmpl` for details, with the following settings: -``` +```yaml configuration: feature: comments: @@ -282,14 +282,14 @@ configuration: Gravatar support is no longer enabled by default in Jitsi and OpenProject. In case it is required openDesk's customization options can be used to enabled it, see `customizations.yaml.gotmpl` for details. - Jitsi: `customization.release.jitsi` with - ``` + ```yaml jitsi: web: extraConfig: disableThirdPartyRequests: false ``` - Open Project: `customization.release.openproject` with - ``` + ```yaml environment: OPENPROJECT_PLUGIN__OPENPROJECT__AVATARS: '{enable_gravatars: true, enable_local_avatars: true}' ```