From b8e05dba49e66ead0191c5bfb9dd5b97a1b1be53 Mon Sep 17 00:00:00 2001 From: "gabriel.alves" Date: Mon, 3 Nov 2025 16:30:22 -0300 Subject: [PATCH] Fix: old product names on docs --- src/content/docs/en/homes/home-docs.mdx | 2 +- .../ai-agent-copilot.mdx | 2 +- .../application-modernization.mdx | 2 +- .../edge-application/serverless-apps.mdx | 2 +- ...rity-modernization-with-edge-computing.mdx | 4 +-- .../devtools/customize-console-ui/index.mdx | 2 +- .../devtools/integrate-with-api/index.mdx | 4 +-- .../grafana/example-dash-data-transferred.mdx | 22 ++++++++-------- src/content/docs/pt-br/homes/doc-home.mdx | 2 +- .../bot-management-arquitetura.mdx | 2 +- .../grafana/exemplo-dash-data-transferred.mdx | 22 ++++++++-------- .../referencia/servicos/technical-support.mdx | 2 +- src/i18n/en/graphqlMenu.ts | 2 +- src/i18n/en/observeMenu.ts | 2 +- src/i18n/en/ui.ts | 2 +- src/i18n/pt-br/graphqlMenu.ts | 2 +- .../build-with-edge-application/index.md | 26 +++++++++---------- .../code-and-arguments/index.md | 16 ++++++------ .../build/build-from-scratch/index.md | 2 +- .../select-a-function/index.md | 6 ++--- .../select-the-setup-option/index.md | 14 +++++----- .../index.md | 4 +-- .../index.md | 6 ++--- .../run-a-function---next-steps/index.md | 2 +- .../set-up-your-edge-application/index.md | 4 +-- .../solution/installing-a-solution/index.md | 2 +- .../data-transferred/edge-caching/index.md | 6 ++--- .../data-transferred/index.md | 2 +- .../invocations/adding-filters/index.md | 2 +- .../caching-offload/l2-caching/index.md | 2 +- .../en/welcome/getting-started/index.md | 18 ++++++------- .../index.md | 4 +-- 32 files changed, 96 insertions(+), 96 deletions(-) diff --git a/src/content/docs/en/homes/home-docs.mdx b/src/content/docs/en/homes/home-docs.mdx index 5ae8d09a03..b36652380f 100644 --- a/src/content/docs/en/homes/home-docs.mdx +++ b/src/content/docs/en/homes/home-docs.mdx @@ -160,7 +160,7 @@ GraphQL is a powerful API language that allows precise data retrieval, avoiding ### SDK -The Azion SDK for Go simplifies developing applications that integrate with Azion's platform. It enables efficient management of Edge Applications, interaction with Object Storage, advanced queries with SQL Database, task automation, and building serverless solutions, streamlining workflows and enhancing productivity for edge computing projects. +The Azion SDK for Go simplifies developing applications that integrate with Azion's platform. It enables efficient management of Applications, interaction with Object Storage, advanced queries with SQL Database, task automation, and building serverless solutions, streamlining workflows and enhancing productivity for edge computing projects. diff --git a/src/content/docs/en/pages/architectures/artificial-intelligence/ai-agent-copilot.mdx b/src/content/docs/en/pages/architectures/artificial-intelligence/ai-agent-copilot.mdx index 6576524c7b..286224f80e 100644 --- a/src/content/docs/en/pages/architectures/artificial-intelligence/ai-agent-copilot.mdx +++ b/src/content/docs/en/pages/architectures/artificial-intelligence/ai-agent-copilot.mdx @@ -37,7 +37,7 @@ Considering the implementation of a ReAct agent in an Edge Computing Platform, t ### Components -- [Edge Application](/en/documentation/products/build/edge-application/): allows you to build applications that run in Azion Global Infrastructure. +- [Applications](/en/documentation/products/build/edge-application/): allows you to build applications that run in Azion Global Infrastructure. - [Functions for Applications](/en/documentation/products/build/edge-application/edge-functions/): executes code closer to the end user, enhancing performance and enabling custom logic for handling requests and responses.- [SQL Database](/en/documentation/products/store/edge-sql/): an edge-native SQL solution designed for serverless applications. - [Vector Search](/en/documentation/products/store/edge-sql/vector-search/): enables customers to implement semantic search engines. - [Global Infrastructure](https://www.azion.com/en/products/our-network/): a highly distributed architecture that includes strategically located edge nodes. diff --git a/src/content/docs/en/pages/architectures/edge-application/application-modernization.mdx b/src/content/docs/en/pages/architectures/edge-application/application-modernization.mdx index 527b5b59db..34514aa1e1 100644 --- a/src/content/docs/en/pages/architectures/edge-application/application-modernization.mdx +++ b/src/content/docs/en/pages/architectures/edge-application/application-modernization.mdx @@ -29,7 +29,7 @@ Your application can be completely hosted at Azion, but there's the possibility 1. The user accesses the Domain related to the Application being accessed. This request goes to Azion Traffic Router, which chooses the optimal Edge Node to receive the request and directs the request to this Edge Node. -2. The request goes through Firewall and is analyzed. If it's not a malicious request, it reaches the Edge Application. +2. The request goes through Firewall and is analyzed. If it's not a malicious request, it reaches the Applications. 3. The request reaches the application and based on its Rules Engine configuration, accesses the requested content. If configured, Image Processor, Cache, Application Accelerator, and Functions will be executed. diff --git a/src/content/docs/en/pages/architectures/edge-application/serverless-apps.mdx b/src/content/docs/en/pages/architectures/edge-application/serverless-apps.mdx index aaf6e477e6..48b7c65486 100644 --- a/src/content/docs/en/pages/architectures/edge-application/serverless-apps.mdx +++ b/src/content/docs/en/pages/architectures/edge-application/serverless-apps.mdx @@ -27,7 +27,7 @@ The benefits of serverless are numerous: it offers scalability, cost-efficiency, 1. The user accesses the **Domain** related to the **Application** being accessed. This request goes to **Azion Traffic Router**, which chooses the optimal **Edge Node** to receive the request and directs the request to this **Edge Node**. -2. The request goes through **Firewall** and is analyzed. If it's not a malicious request, it goes forward and reaches the Edge Application. +2. The request goes through **Firewall** and is analyzed. If it's not a malicious request, it goes forward and reaches the Applications. 3. The request reaches the **Applications** and based on its **Rules Engine** configuration, accesses the requested content. If configured, **Image Processor**, **Cache**, **Application Acceleration**, and **Functions** will be executed. diff --git a/src/content/docs/en/pages/architectures/security-modernization/security-modernization-with-edge-computing.mdx b/src/content/docs/en/pages/architectures/security-modernization/security-modernization-with-edge-computing.mdx index fe5ba35416..a22a2b0f5d 100644 --- a/src/content/docs/en/pages/architectures/security-modernization/security-modernization-with-edge-computing.mdx +++ b/src/content/docs/en/pages/architectures/security-modernization/security-modernization-with-edge-computing.mdx @@ -31,10 +31,10 @@ This use case is ideal for organizations looking to build a strong online presen 2. Firewall processes the request. - DDoS Protection detects if there are DDoS or DoS attacks and either blocks the request and mitigates the attacks or allows the request. 3. Firewall Rules Engine identifies if there are rules from WAF, Network Shield, and Bot Manager. -4. Edge Application Rules Engine identifies if there are rules related to caching, image optimization, cookies, and redirects, among others. +4. Applications Rules Engine identifies if there are rules related to caching, image optimization, cookies, and redirects, among others. - If the request doesn't match a Firewall rule and isn't blocked, the request continues the flow. 5. If the content isn't cached on the application, the request proceeds to the origin to be processed. -6. Edge Application or Firewall Rules Engine executes any rule configured for the Response Phase. +6. Applications or Firewall Rules Engine executes any rule configured for the Response Phase. 7. The final response is delivered to the client. 8. Activity can be observed through Real-Time Events, Real-Time Metrics, and GraphQL API or using a Data Stream connector to feed event logs into your stream processing, SIEM, and big data platforms. diff --git a/src/content/docs/en/pages/guides/devtools/customize-console-ui/index.mdx b/src/content/docs/en/pages/guides/devtools/customize-console-ui/index.mdx index 6908143fd3..01edd42b40 100644 --- a/src/content/docs/en/pages/guides/devtools/customize-console-ui/index.mdx +++ b/src/content/docs/en/pages/guides/devtools/customize-console-ui/index.mdx @@ -75,7 +75,7 @@ You can use this function with the routes defined in the `src/router/routes` fol ```html title="src/views/EdgeApplications/ListView.vue" ...