From cf01d31ab8ed61d5902a3fe6e0e0b019c7322630 Mon Sep 17 00:00:00 2001 From: Shadrack Nicholas Date: Wed, 21 Jan 2026 11:30:26 +0100 Subject: [PATCH 1/2] chore: update docs to reflect the use of deployment helper for custom hooks --- products/paas/shopware/get-started/prepare-codebase.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/products/paas/shopware/get-started/prepare-codebase.md b/products/paas/shopware/get-started/prepare-codebase.md index cfe5d1e5b..66400bc62 100644 --- a/products/paas/shopware/get-started/prepare-codebase.md +++ b/products/paas/shopware/get-started/prepare-codebase.md @@ -75,7 +75,6 @@ app: php: version: "8.3" environment_variables: [] - hooks: {} services: mysql: version: "8.0" @@ -91,8 +90,11 @@ app: - name: INSTALL_LOCALE value: fr-FR scope: RUN # Supports RUN or BUILD - hooks: {} services: mysql: version: "8.0" ``` + +## Hooks Configuration + +Shopware PaaS Native uses the deployment helper to execute custom hooks for your application. To see how these hooks are configured, refer to the [Deployment Helper documentation](../../../../guides/hosting/installation-updates/deployments/deployment-helper.html#configuration). From b9b48a616df24e3ced759688bac89ed7821fba20 Mon Sep 17 00:00:00 2001 From: Micha Hobert Date: Wed, 21 Jan 2026 15:33:18 +0100 Subject: [PATCH 2/2] Update products/paas/shopware/get-started/prepare-codebase.md remove html --- products/paas/shopware/get-started/prepare-codebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/paas/shopware/get-started/prepare-codebase.md b/products/paas/shopware/get-started/prepare-codebase.md index 66400bc62..76763835d 100644 --- a/products/paas/shopware/get-started/prepare-codebase.md +++ b/products/paas/shopware/get-started/prepare-codebase.md @@ -97,4 +97,4 @@ services: ## Hooks Configuration -Shopware PaaS Native uses the deployment helper to execute custom hooks for your application. To see how these hooks are configured, refer to the [Deployment Helper documentation](../../../../guides/hosting/installation-updates/deployments/deployment-helper.html#configuration). +Shopware PaaS Native uses the deployment helper to execute custom hooks for your application. To see how these hooks are configured, refer to the [Deployment Helper documentation](../../../../guides/hosting/installation-updates/deployments/deployment-helper#configuration).