From 7d2d1bb7bbfee8e7fd0e3443a18bf4c303d53095 Mon Sep 17 00:00:00 2001 From: Arsalan Ul Haq Sohni Date: Tue, 17 Feb 2026 14:34:06 +0100 Subject: [PATCH] Revert "build: disable documentation link in settings configuration" This reverts commit e4ac66020006bfbe986854fa5aa8dc02b409c7a2. --- configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.sh b/configure.sh index d022fbe..046a0a4 100755 --- a/configure.sh +++ b/configure.sh @@ -252,7 +252,6 @@ configure_theming() { #execute_occ_command theming:config favicon "${FAVICON_DIR}/favicon.ico" execute_occ_command config:app:set theming backgroundMime --value backgroundColor execute_occ_command theming:config url "" - execute_occ_command config:app:set settings display_documentation_link --type boolean --value false # Set homepage URL if configured _ionos_homepage=$(execute_occ_command config:system:get ionos_homepage)