From cd586a48523c611db177552357c65d2d51e13bae Mon Sep 17 00:00:00 2001 From: Pedro Miola Date: Fri, 11 Apr 2025 13:46:47 -0300 Subject: [PATCH 1/3] =?UTF-8?q?(feat):=20update=20content=20delivery=20doc?= =?UTF-8?q?umentation=20with=20enhanced=20details=20on=20edge=20applicatio?= =?UTF-8?q?n=20setup=20and=20cache=20policies=20C=C3=B3digo:=2020524?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/architectures/edge-application/content-delivery.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx b/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx index b10b504c5b..93cff4f4d6 100644 --- a/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx +++ b/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx @@ -70,3 +70,5 @@ This solution is ideal for organizations looking to modernize their content deli ## Related docs - [Application Accelerator](/en/documentation/products/build/edge-application/application-accelerator/). + +[TECHWRITER TODO: (INSERT) (EXPLANATION/DESCRIPTION/DETAILS) ABOUT (SEO SERVICES AND STRATEGIES TO IMPROVE WEBSITE TRAFFIC AND RANKINGS) ] \ No newline at end of file From 08499fdd6f9e2f9193fb877b8bfe58fa698962cf Mon Sep 17 00:00:00 2001 From: "gabriel.alves" Date: Fri, 10 Jul 2026 21:32:58 -0300 Subject: [PATCH 2/3] fix: update links and terminology in content delivery documentation for consistency --- .../edge-application/content-delivery.mdx | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx b/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx index 93cff4f4d6..ea9d3c4c9e 100644 --- a/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx +++ b/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx @@ -36,11 +36,11 @@ This solution is ideal for organizations looking to modernize their content deli ## Components -- [Edge Application](/en/documentation/products/build/edge-application/): set up an edge application to configure delivery and cache policies, create rules to automate cache policy assignments based on content type, and determine how content is cached. - - [Edge Cache](/en/documentation/products/build/edge-application/edge-cache/): global add-on to cache content at the edge. - - [Application Accelerator](/en/documentation/products/build/edge-application/application-accelerator/): used to customize cache optimization rules and cache keys and cookies based on established patterns. - - [Rules Engine](/en/documentation/products/build/edge-application/rules-engine/): a tool to configure the scenarios in which a specific cache policy is enforced. - - [Image Processor](/en/documentation/products/build/edge-application/image-processor/): that allows image manipulation through the request line. +- [Applications](/en/documentation/products/guides/build/build-an-application/): set up an edge application to configure delivery and cache policies, create rules to automate cache policy assignments based on content type, and determine how content is cached. + - [Cache](/en/documentation/products/build/applications/cache/): global add-on to cache content at the edge. + - [Application Accelerator](/en/documentation/products/build/applications/application-accelerator/): used to customize cache optimization rules and cache keys and cookies based on established patterns. + - [Rules Engine](/en/documentation/products/build/applications/rules-engine/): a tool to configure the scenarios in which a specific cache policy is enforced. + - [Image Processor](/en/documentation/products/build/applications/image-processor/): that allows image manipulation through the request line. --- @@ -69,6 +69,10 @@ This solution is ideal for organizations looking to modernize their content deli ## Related docs -- [Application Accelerator](/en/documentation/products/build/edge-application/application-accelerator/). - -[TECHWRITER TODO: (INSERT) (EXPLANATION/DESCRIPTION/DETAILS) ABOUT (SEO SERVICES AND STRATEGIES TO IMPROVE WEBSITE TRAFFIC AND RANKINGS) ] \ No newline at end of file +- [Application Accelerator](/en/documentation/products/build/applications/application-accelerator/). +- [Cache](/en/documentation/products/build/applications/cache/). +- [Image Processor](/en/documentation/products/build/applications/image-processor/). +- [Rules Engine for Applications](/en/documentation/products/build/applications/rules-engine/). +- [How to configure cache policies for Applications](/en/documentation/products/guides/cache-settings/). +- [How to configure Advanced Cache Key for Applications](/en/documentation/products/guides/advanced-cache-key/). +- [Real-Time Metrics](/en/documentation/products/observe/real-time-metrics/). \ No newline at end of file From 7381a239e4248a3f0c60f8a71130909006dc4328 Mon Sep 17 00:00:00 2001 From: GabrielAzion <116839080+GabrielAzion@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:53:09 -0300 Subject: [PATCH 3/3] Update src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx --- .../pages/architectures/edge-application/content-delivery.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx b/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx index d5b55d1c2f..3af94edac3 100644 --- a/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx +++ b/src/content/docs/en/pages/architectures/edge-application/content-delivery.mdx @@ -36,7 +36,7 @@ This solution is ideal for organizations looking to modernize their content deli ## Components -- [Applications](/en/documentation/products/guides/build/build-an-application/): set up an edge application to configure delivery and cache policies, create rules to automate cache policy assignments based on content type, and determine how content is cached. +- [Applications](/en/documentation/products/guides/build/build-an-application/): set up an application to configure delivery and cache policies, create rules to automate cache policy assignments based on content type, and determine how content is cached. - [Cache](/en/documentation/products/build/applications/cache/): global add-on to cache content at the edge. - [Application Accelerator](/en/documentation/products/build/applications/application-accelerator/): used to customize cache optimization rules and cache keys and cookies based on established patterns. - [Rules Engine](/en/documentation/products/build/applications/rules-engine/): a tool to configure the scenarios in which a specific cache policy is enforced.