From 4cb198d7f62219ed79377b643c8319778223d92d Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:24:01 +0200 Subject: [PATCH] update_to_5.0.md: "Finalizing" heading level Decrease "Finalizing" section's heading levels to have them in the page ToC --- docs/update_and_migration/from_4.6/update_to_5.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/update_and_migration/from_4.6/update_to_5.0.md b/docs/update_and_migration/from_4.6/update_to_5.0.md index 9e1c0bb2a0..985a4c8d92 100644 --- a/docs/update_and_migration/from_4.6/update_to_5.0.md +++ b/docs/update_and_migration/from_4.6/update_to_5.0.md @@ -1060,9 +1060,9 @@ Ensure your search index is up to date with the following command: php bin/console ibexa:reindex ``` -### Finalizing +## Finalizing -#### Clear cache and rebuild +### Clear cache and rebuild Finish the update process: @@ -1070,7 +1070,7 @@ Finish the update process: composer run-script post-update-cmd ``` -#### HTTP Cache +### HTTP Cache Use the newer VCL files. Depending on your reverse proxy, you'll find them in the following directories: @@ -1078,7 +1078,7 @@ Depending on your reverse proxy, you'll find them in the following directories: - Varnish: `vendor/ibexa/http-cache/docs/varnish/vcl/` - Fastly: `vendor/ibexa/fastly/fastly/` -#### Ibexa Cloud +### Ibexa Cloud Generate the Ibexa Cloud Platform.sh configuration files, review the changes with your own version, and merge your customizations. @@ -1086,7 +1086,7 @@ Generate the Ibexa Cloud Platform.sh configuration files, review the changes wit composer ibexa:setup --platformsh ``` -#### Conclusion +### Conclusion Your project is now running the latest major version of [[= product_name =]]. To reach the last patch version, see [Update from v5.0.x to v5.0.latest](update_from_5.0.md)