diff --git a/daprdocs/content/en/developing-applications/integrations/Diagrid/_index.md b/daprdocs/content/en/developing-applications/integrations/Diagrid/_index.md
deleted file mode 100644
index 0f0f87fac8f..00000000000
--- a/daprdocs/content/en/developing-applications/integrations/Diagrid/_index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-type: docs
-title: "Integrations with Diagrid"
-linkTitle: "Diagrid"
-weight: 1000
-description: "Dapr integrations with Diagrid"
----
\ No newline at end of file
diff --git a/daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md b/daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
deleted file mode 100644
index c7504b56cc2..00000000000
--- a/daprdocs/content/en/developing-applications/integrations/Diagrid/diagrid-conductor.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-type: docs
-title: "Conductor: Enterprise Dapr for Kubernetes"
-linkTitle: "Diagrid Conductor"
-description: "Automate operations, enforce security best practices, improve uptime, and elevate insights across your Dapr clusters"
-weight: 2000
----
-
-
-
-[Diagrid Conductor](https://www.diagrid.io/conductor) quickly and securely connects to all your Kubernetes clusters running Dapr and Daprized applications, delivering operational excellence, security & reliability and insights & collaboration.
-
-**Automated Dapr management**
-
-One-click installation, upgrade and patching of Dapr with selective application update and automated rollback means you’re always up to date.
-
-**Advisor: Discover and automate best practices**
-
-Be informed and apply production best practices, with continuous checking to prevent misconfigurations, increasing security, reliability and performance.
-
-**Resource usage reporting and tracking**
-
-By studying past resource behavior, recommend application resource optimization usage leading to significant cost savings on CPU and memory.
-
-**Application visualizer**
-
-The application graph facilitates collaboration between dev and ops by providing a dynamic overview of your services and infrastructure components.
-
-{{< button text="Learn more about Diagrid Conductor" link="https://www.diagrid.io/conductor" >}}
diff --git a/daprdocs/content/en/enterprise-support/_index.md b/daprdocs/content/en/enterprise-support/_index.md
index 1fb79d189f1..90bc2737f7c 100644
--- a/daprdocs/content/en/enterprise-support/_index.md
+++ b/daprdocs/content/en/enterprise-support/_index.md
@@ -10,7 +10,7 @@ For organizations running Dapr in production that need enterprise-grade support,
## Dapr open source support
-Diagrid provides 24/7 enterprise support for open source Dapr, with a guaranteed one-hour response time for critical production issues. Support is offered across three tiers (Standard, Select, and Premium) with varying response times, security patching commitments, architecture reviews, and training sessions tailored to your organization's needs, across all cloud platforms.
+Diagrid provides 24/7 [enterprise support]({{< ref diagrid-dapr-support.md >}}) for open source Dapr, with a guaranteed one-hour response time for critical production issues. Support is offered across three tiers (Standard, Select, and Premium) with varying response times, security patching commitments, architecture reviews, and training sessions tailored to your organization's needs, across all cloud platforms.
{{< button text="Learn more about Dapr open source support" link="https://docs.diagrid.io/dapr-open-source/dapr-support" >}}
@@ -22,15 +22,8 @@ D3E is a custom distribution of the open source Dapr project that enhances it wi
## Diagrid Conductor
-
-
-[Diagrid Conductor](https://www.diagrid.io/conductor) quickly and securely connects to all your Kubernetes clusters running Dapr and Daprized applications, delivering operational excellence, security and reliability, and insights and collaboration. It provides one-click installation, upgrade, and patching of Dapr, automated best-practice checks through Advisor, resource usage reporting and recommendations, and an application graph that visualizes your services and infrastructure.
-
-{{< button text="Learn more about Diagrid Conductor" link="https://docs.diagrid.io/dapr-open-source/conductor" >}}
+[Diagrid Conductor]({{< ref diagrid-conductor.md >}}) automates operations and observability for Dapr on Kubernetes, with one-click installation and upgrades, automated best-practice checks, and an application graph across all your clusters.
## Diagrid Catalyst
-Diagrid Catalyst is an AI orchestration platform that brings durable workflows, access control, and governance to AI agents and MCP servers. It delivers an AI-native workflow engine that integrates with existing agent frameworks, ensuring agents pick up where they left off in the event of any failure, from simple restarts to complete system outages. Catalyst also lets platform teams and developers issue cryptographic identities to agents, MCP servers, and tools, and apply policy-based access control across the organization.
-
-{{< button text="Learn more about Diagrid Catalyst" link="https://www.diagrid.io/catalyst" >}}
-{{< button text="Compare Dapr and Catalyst" link="https://docs.diagrid.io/dapr-open-source/dapr-vs-catalyst" color="secondary" >}}
+[Diagrid Catalyst]({{< ref diagrid-catalyst.md >}}) is an agentic durable execution platform that brings reliability, zero-trust security, and governance to AI agents and workflows, built on Dapr.
diff --git a/daprdocs/content/en/developing-applications/integrations/AWS/_index.md b/daprdocs/content/en/integrations/AWS/_index.md
similarity index 70%
rename from daprdocs/content/en/developing-applications/integrations/AWS/_index.md
rename to daprdocs/content/en/integrations/AWS/_index.md
index 67ea8962d3a..63fbedb9b74 100644
--- a/daprdocs/content/en/developing-applications/integrations/AWS/_index.md
+++ b/daprdocs/content/en/integrations/AWS/_index.md
@@ -4,4 +4,6 @@ title: "Integrations with AWS"
linkTitle: "AWS"
weight: 1000
description: "Dapr integrations with AWS services"
+aliases:
+ - /developing-applications/integrations/aws/
---
diff --git a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md b/daprdocs/content/en/integrations/AWS/authenticating-aws.md
similarity index 99%
rename from daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md
rename to daprdocs/content/en/integrations/AWS/authenticating-aws.md
index e8a6d58a8f0..4218cd82850 100644
--- a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md
+++ b/daprdocs/content/en/integrations/AWS/authenticating-aws.md
@@ -6,6 +6,7 @@ weight: 10
description: "Information about authentication and configuration options for AWS"
aliases:
- /developing-applications/integrations/authenticating/authenticating-aws/
+ - /developing-applications/integrations/aws/authenticating-aws/
---
Dapr components leveraging AWS services (for example, DynamoDB, SQS, S3) utilize standardized configuration attributes via the AWS SDK. [Learn more about how the AWS SDK handles credentials](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials).
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/_index.md b/daprdocs/content/en/integrations/Azure/_index.md
similarity index 70%
rename from daprdocs/content/en/developing-applications/integrations/Azure/_index.md
rename to daprdocs/content/en/integrations/Azure/_index.md
index 895ae03a34a..99dfff817b4 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/_index.md
+++ b/daprdocs/content/en/integrations/Azure/_index.md
@@ -4,4 +4,6 @@ title: "Integrations with Azure"
linkTitle: "Azure"
weight: 1000
description: "Dapr integrations with Azure services"
+aliases:
+ - /developing-applications/integrations/azure/
---
\ No newline at end of file
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-api-management.md b/daprdocs/content/en/integrations/Azure/azure-api-management.md
similarity index 91%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-api-management.md
rename to daprdocs/content/en/integrations/Azure/azure-api-management.md
index a04c46ea003..6c77ed2f655 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-api-management.md
+++ b/daprdocs/content/en/integrations/Azure/azure-api-management.md
@@ -4,6 +4,8 @@ title: "Dapr integration policies for Azure API Management"
linkTitle: "Azure API Management"
description: "Publish APIs for Dapr services and components through Azure API Management policies"
weight: 2000
+aliases:
+ - /developing-applications/integrations/azure/azure-api-management/
---
[Azure API Management](https://learn.microsoft.com/azure/api-management/api-management-key-concepts) is a way to create consistent and modern API gateways for back-end services, including those built with Dapr. You can enable Dapr support in self-hosted API Management gateways to allow them to:
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/_index.md b/daprdocs/content/en/integrations/Azure/azure-authentication/_index.md
similarity index 71%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/_index.md
rename to daprdocs/content/en/integrations/Azure/azure-authentication/_index.md
index d25f63f11c8..130c768ba7a 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/_index.md
+++ b/daprdocs/content/en/integrations/Azure/azure-authentication/_index.md
@@ -4,4 +4,6 @@ title: "Authenticate to Azure"
linkTitle: "Authenticate to Azure"
weight: 1600
description: "Learn about authenticating Azure components using Microsoft Entra ID or Managed Identities"
+aliases:
+ - /developing-applications/integrations/azure/azure-authentication/
---
\ No newline at end of file
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md b/daprdocs/content/en/integrations/Azure/azure-authentication/authenticating-azure.md
similarity index 99%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md
rename to daprdocs/content/en/integrations/Azure/azure-authentication/authenticating-azure.md
index 0a6f1ba8632..4a388a74838 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md
+++ b/daprdocs/content/en/integrations/Azure/azure-authentication/authenticating-azure.md
@@ -6,6 +6,7 @@ description: "How to authenticate Azure components using Microsoft Entra ID and/
aliases:
- "/operations/components/setup-secret-store/supported-secret-stores/azure-keyvault-managed-identity/"
- "/reference/components-reference/supported-secret-stores/azure-keyvault-managed-identity/"
+ - "/developing-applications/integrations/azure/azure-authentication/authenticating-azure/"
weight: 10000
---
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-aad.md b/daprdocs/content/en/integrations/Azure/azure-authentication/howto-aad.md
similarity index 98%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-aad.md
rename to daprdocs/content/en/integrations/Azure/azure-authentication/howto-aad.md
index 9f7bf3934c1..b594c492a9c 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-aad.md
+++ b/daprdocs/content/en/integrations/Azure/azure-authentication/howto-aad.md
@@ -4,6 +4,8 @@ title: "How to: Generate a new Microsoft Entra ID application and Service Princi
linkTitle: "How to: Generate Microsoft Entra ID and Service Principal"
weight: 30000
description: "Learn how to generate an Microsoft Entra ID and use it as a Service Principal"
+aliases:
+ - /developing-applications/integrations/azure/azure-authentication/howto-aad/
---
## Prerequisites
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-mi.md b/daprdocs/content/en/integrations/Azure/azure-authentication/howto-mi.md
similarity index 98%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-mi.md
rename to daprdocs/content/en/integrations/Azure/azure-authentication/howto-mi.md
index b436b6183eb..25e3d49978e 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-mi.md
+++ b/daprdocs/content/en/integrations/Azure/azure-authentication/howto-mi.md
@@ -5,6 +5,7 @@ linkTitle: "How to: Use managed identities"
weight: 40000
aliases:
- "/developing-applications/integrations/azure/azure-authentication/howto-msi/"
+ - "/developing-applications/integrations/azure/azure-authentication/howto-mi/"
description: "Learn how to use managed identities"
---
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-wif.md b/daprdocs/content/en/integrations/Azure/azure-authentication/howto-wif.md
similarity index 97%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-wif.md
rename to daprdocs/content/en/integrations/Azure/azure-authentication/howto-wif.md
index 0ec5674f07d..656e00d02f3 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-wif.md
+++ b/daprdocs/content/en/integrations/Azure/azure-authentication/howto-wif.md
@@ -4,6 +4,8 @@ title: "How to: Use workload identity federation"
linkTitle: "How to: Use workload identity federation"
weight: 20000
description: "Learn how to configure Dapr to use workload identity federation on Azure."
+aliases:
+ - /developing-applications/integrations/azure/azure-authentication/howto-wif/
---
This guide will help you configure your Kubernetes cluster to run Dapr with Azure workload identity federation.
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md b/daprdocs/content/en/integrations/Azure/azure-functions.md
similarity index 90%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md
rename to daprdocs/content/en/integrations/Azure/azure-functions.md
index 782ccfac633..a0e5524974e 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-functions.md
+++ b/daprdocs/content/en/integrations/Azure/azure-functions.md
@@ -4,6 +4,8 @@ title: "Dapr extension for Azure Functions runtime"
linkTitle: "Azure Functions extension"
description: "Access Dapr capabilities from your Azure Functions runtime application"
weight: 3000
+aliases:
+ - /developing-applications/integrations/azure/azure-functions/
---
diff --git a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md b/daprdocs/content/en/integrations/Azure/azure-kubernetes-service-extension.md
similarity index 93%
rename from daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md
rename to daprdocs/content/en/integrations/Azure/azure-kubernetes-service-extension.md
index ccfda323f59..2e4a5a3a077 100644
--- a/daprdocs/content/en/developing-applications/integrations/Azure/azure-kubernetes-service-extension.md
+++ b/daprdocs/content/en/integrations/Azure/azure-kubernetes-service-extension.md
@@ -4,6 +4,8 @@ title: "Dapr extension for Azure Kubernetes Service (AKS)"
linkTitle: "Dapr extension for Azure Kubernetes Service (AKS)"
description: "Provision Dapr on your Azure Kubernetes Service (AKS) cluster with the Dapr extension"
weight: 4000
+aliases:
+ - /developing-applications/integrations/azure/azure-kubernetes-service-extension/
---
The recommended approach for installing Dapr on AKS is to use the AKS Dapr extension. The extension offers:
diff --git a/daprdocs/content/en/integrations/Diagrid/_index.md b/daprdocs/content/en/integrations/Diagrid/_index.md
new file mode 100644
index 00000000000..8a2f9207ef9
--- /dev/null
+++ b/daprdocs/content/en/integrations/Diagrid/_index.md
@@ -0,0 +1,16 @@
+---
+type: docs
+title: "Integrations with Diagrid"
+linkTitle: "Diagrid"
+description: "Dapr tooling and commercial offerings from Diagrid"
+weight: 1000
+aliases:
+ - /developing-applications/integrations/diagrid/
+---
+
+[Diagrid](https://www.diagrid.io/) is a leading contributor to the Dapr project and offers a range of tooling and commercial products that build on open source Dapr. The pages in this section describe the Diagrid offerings you can use alongside your Dapr applications:
+
+- [**Diagrid Dev Dashboard**]({{< ref diagrid-dev-dashboard.md >}}) — a free companion for local Dapr development.
+- [**Diagrid Conductor**]({{< ref diagrid-conductor.md >}}) — automated operations and observability for Dapr on Kubernetes.
+- [**Diagrid Catalyst**]({{< ref diagrid-catalyst.md >}}) — durable agentic execution for AI agents, built on Dapr.
+- [**Dapr Enterprise Support**]({{< ref diagrid-dapr-support.md >}}) — commercial support for open source Dapr.
diff --git a/daprdocs/content/en/integrations/Diagrid/diagrid-catalyst.md b/daprdocs/content/en/integrations/Diagrid/diagrid-catalyst.md
new file mode 100644
index 00000000000..a92630ce2fe
--- /dev/null
+++ b/daprdocs/content/en/integrations/Diagrid/diagrid-catalyst.md
@@ -0,0 +1,30 @@
+---
+type: docs
+title: "Diagrid Catalyst"
+linkTitle: "Diagrid Catalyst"
+description: "An agentic durable execution platform for governing, securing, and running agents and durable workflows in production"
+weight: 3000
+---
+
+[Diagrid Catalyst](https://www.diagrid.io/catalyst) is an agentic durable execution platform that brings reliability to AI agents and workflows. Built on open source Dapr, it adds production-grade governance, security, and durability for AI workloads while remaining compatible with popular agent frameworks.
+
+
+
+**Durable execution**
+
+Agents and workflows automatically resume from failures — from simple restarts to complete system outages — with checkpointing and self-recovery built in.
+
+**Zero-trust security**
+
+Issue cryptographic identities to agents, MCP servers, and tools, and apply policy-based access control across your organization.
+
+**Framework compatibility**
+
+Works with existing agent frameworks such as CrewAI, LangGraph, OpenAI Agents, and Pydantic AI, across any language or cloud.
+
+**Flexible deployment**
+
+Available as Catalyst Cloud, a fully managed serverless platform, or Catalyst Enterprise for self-hosted and air-gapped environments.
+
+{{< button text="Learn more about Diagrid Catalyst" link="https://www.diagrid.io/catalyst" >}}
+{{< button text="Compare Dapr and Catalyst" link="https://docs.diagrid.io/dapr-open-source/dapr-vs-catalyst" color="secondary" >}}
diff --git a/daprdocs/content/en/integrations/Diagrid/diagrid-conductor.md b/daprdocs/content/en/integrations/Diagrid/diagrid-conductor.md
new file mode 100644
index 00000000000..3f779d53b76
--- /dev/null
+++ b/daprdocs/content/en/integrations/Diagrid/diagrid-conductor.md
@@ -0,0 +1,31 @@
+---
+type: docs
+title: "Diagrid Conductor"
+linkTitle: "Diagrid Conductor"
+description: "Automate operations, enforce best practices, and gain observability across your Dapr clusters"
+weight: 2000
+aliases:
+ - /developing-applications/integrations/diagrid/diagrid-conductor/
+---
+
+
+
+[Diagrid Conductor](https://docs.diagrid.io/dapr-open-source/conductor) is a SaaS platform that automates and manages Dapr deployments across your Kubernetes clusters, delivering operational excellence, security and reliability, and insights and collaboration from development through production.
+
+**Automated operations**
+
+One-click installation, upgrades, certificate rotation, and configuration synchronization keep Dapr up to date across all your clusters, with scheduled and canary updates for zero downtime.
+
+**Advisor: discover and apply best practices**
+
+Continuous checks against 50+ production standards catch security misconfigurations and optimization opportunities before they reach production.
+
+**Deep observability**
+
+150+ metrics with 20+ built-in dashboards, plus a dynamic application graph that visualizes your services and infrastructure components.
+
+**Resource usage reporting**
+
+Recommendations based on past resource behavior lead to significant CPU and memory cost savings.
+
+{{< button text="Learn more about Diagrid Conductor" link="https://docs.diagrid.io/dapr-open-source/conductor" >}}
diff --git a/daprdocs/content/en/integrations/Diagrid/diagrid-dapr-support.md b/daprdocs/content/en/integrations/Diagrid/diagrid-dapr-support.md
new file mode 100644
index 00000000000..d824076bd03
--- /dev/null
+++ b/daprdocs/content/en/integrations/Diagrid/diagrid-dapr-support.md
@@ -0,0 +1,27 @@
+---
+type: docs
+title: "Dapr Enterprise Support"
+linkTitle: "Dapr Enterprise Support"
+description: "Commercial support for open source Dapr from the project's lead maintainers"
+weight: 4000
+---
+
+[Dapr Enterprise Support](https://docs.diagrid.io/dapr-open-source/dapr-support) from Diagrid provides commercial support for open source Dapr, delivered by the project's lead maintainers. It is available across three tiers, with 24×7 coverage on the Premium tier, so you can match the level of support to your production needs.
+
+**Guaranteed response times**
+
+A one-hour response time for critical production issues, with severity-based service-level agreements.
+
+**Security patching**
+
+CVE patching prioritized by CVSS score, including custom builds with fixes backported to your version.
+
+**Support tiers**
+
+Choose from Standard, Select, and Premium. Premium adds 24×7 coverage and support for the Diagrid Dapr Distribution for Enterprise (D3E).
+
+**Expert guidance**
+
+Architecture reviews and tailored training sessions from the engineers who build Dapr.
+
+{{< button text="Learn more about Dapr enterprise support" link="https://docs.diagrid.io/dapr-open-source/dapr-support" >}}
diff --git a/daprdocs/content/en/integrations/Diagrid/diagrid-dev-dashboard.md b/daprdocs/content/en/integrations/Diagrid/diagrid-dev-dashboard.md
new file mode 100644
index 00000000000..f6431442512
--- /dev/null
+++ b/daprdocs/content/en/integrations/Diagrid/diagrid-dev-dashboard.md
@@ -0,0 +1,31 @@
+---
+type: docs
+title: "Diagrid Dev Dashboard"
+linkTitle: "Diagrid Dev Dashboard"
+description: "A free companion for local Dapr development that gives real-time visibility into your Dapr applications"
+weight: 1000
+---
+
+[Diagrid Dev Dashboard](https://docs.diagrid.io/develop/local-development/dev-dashboard) is a free companion for local Dapr development. It automatically discovers Dapr applications running on your machine and provides visualization and inspection tools to speed up your development workflow. It is distributed as a single binary for macOS, Linux, and Windows.
+
+
+
+**Application monitoring**
+
+Track all running Dapr apps with details on health, ports, PIDs, and runtime information.
+
+**Workflow inspection**
+
+View workflow executions across your apps with live event histories and execution status.
+
+**Component and configuration viewers**
+
+Browse Dapr components and configurations, and use builder wizards to create component and resiliency policy definitions without hand-editing YAML.
+
+**Log streaming**
+
+Stream real-time sidecar and application logs with filtering and highlighting.
+
+The Dev Dashboard works with applications started through `dapr run`, Docker Compose, TestContainers, or Aspire.
+
+{{< button text="Learn more about the Diagrid Dev Dashboard" link="https://docs.diagrid.io/develop/local-development/dev-dashboard" >}}
diff --git a/daprdocs/content/en/developing-applications/integrations/_index.md b/daprdocs/content/en/integrations/_index.md
similarity index 66%
rename from daprdocs/content/en/developing-applications/integrations/_index.md
rename to daprdocs/content/en/integrations/_index.md
index a884aeb5c43..7f7cdde606d 100644
--- a/daprdocs/content/en/developing-applications/integrations/_index.md
+++ b/daprdocs/content/en/integrations/_index.md
@@ -2,6 +2,8 @@
type: docs
title: "Integrations"
linkTitle: "Integrations"
-weight: 60
+weight: 35
description: "Dapr integrations with other technologies"
+aliases:
+ - /developing-applications/integrations/
---
\ No newline at end of file
diff --git a/daprdocs/content/en/developing-applications/integrations/argo-cd.md b/daprdocs/content/en/integrations/argo-cd.md
similarity index 94%
rename from daprdocs/content/en/developing-applications/integrations/argo-cd.md
rename to daprdocs/content/en/integrations/argo-cd.md
index 0377a60990b..6444341413d 100644
--- a/daprdocs/content/en/developing-applications/integrations/argo-cd.md
+++ b/daprdocs/content/en/integrations/argo-cd.md
@@ -4,6 +4,8 @@ title: "How to: Integrate with Argo CD"
linkTitle: "Argo CD"
weight: 9000
description: "Integrate Dapr into your GitOps pipeline"
+aliases:
+ - /developing-applications/integrations/argo-cd/
---
[Argo CD](https://argo-cd.readthedocs.io/en/stable/) is a declarative, GitOps continuous delivery tool for Kubernetes. It enables you to manage your Kubernetes deployments by tracking the desired application state in Git repositories and automatically syncing it to your clusters.
diff --git a/daprdocs/content/en/developing-applications/integrations/autoscale-keda.md b/daprdocs/content/en/integrations/autoscale-keda.md
similarity index 99%
rename from daprdocs/content/en/developing-applications/integrations/autoscale-keda.md
rename to daprdocs/content/en/integrations/autoscale-keda.md
index c8375ea0997..7959c5fbac4 100644
--- a/daprdocs/content/en/developing-applications/integrations/autoscale-keda.md
+++ b/daprdocs/content/en/integrations/autoscale-keda.md
@@ -4,6 +4,8 @@ title: "How to: Autoscale a Dapr app with KEDA"
linkTitle: "KEDA"
description: "How to configure your Dapr application to autoscale using KEDA"
weight: 3000
+aliases:
+ - /developing-applications/integrations/autoscale-keda/
---
Dapr, with its building-block API approach, along with the many [pub/sub components]({{% ref pubsub %}}), makes it easy to write message processing applications. Since Dapr can run in many environments (for example VMs, bare-metal, Cloud or Edge Kubernetes) the autoscaling of Dapr applications is managed by the hosting layer.
diff --git a/daprdocs/content/en/developing-applications/integrations/github_actions.md b/daprdocs/content/en/integrations/github_actions.md
similarity index 96%
rename from daprdocs/content/en/developing-applications/integrations/github_actions.md
rename to daprdocs/content/en/integrations/github_actions.md
index a60f524e521..01548f44730 100644
--- a/daprdocs/content/en/developing-applications/integrations/github_actions.md
+++ b/daprdocs/content/en/integrations/github_actions.md
@@ -4,6 +4,8 @@ weight: 5000
title: "How to: Use the Dapr CLI in a GitHub Actions workflow"
linkTitle: "GitHub Actions"
description: "Add the Dapr CLI to your GitHub Actions to deploy and manage Dapr in your environments."
+aliases:
+ - /developing-applications/integrations/github_actions/
---
Dapr can be integrated with GitHub Actions via the [Dapr tool installer](https://github.com/marketplace/actions/dapr-tool-installer) available in the GitHub Marketplace. This installer adds the Dapr CLI to your workflow, allowing you to deploy, manage, and upgrade Dapr across your environments.
diff --git a/daprdocs/content/en/developing-applications/integrations/kratix-marketplace.md b/daprdocs/content/en/integrations/kratix-marketplace.md
similarity index 92%
rename from daprdocs/content/en/developing-applications/integrations/kratix-marketplace.md
rename to daprdocs/content/en/integrations/kratix-marketplace.md
index 103a7fca2cd..9cc266d5eaf 100644
--- a/daprdocs/content/en/developing-applications/integrations/kratix-marketplace.md
+++ b/daprdocs/content/en/integrations/kratix-marketplace.md
@@ -4,6 +4,8 @@ title: "How to: Integrate with Kratix"
linkTitle: "Kratix Marketplace"
weight: 8000
description: "Integrate with Kratix using a Dapr promise"
+aliases:
+ - /developing-applications/integrations/kratix-marketplace/
---
As part of the [Kratix Marketplace](https://docs.kratix.io/marketplace), Dapr can be used to build custom platforms tailored to your needs.
diff --git a/daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md b/daprdocs/content/en/integrations/kubernetes-operator.md
similarity index 87%
rename from daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md
rename to daprdocs/content/en/integrations/kubernetes-operator.md
index 2c08ccdc301..ea8a95c487d 100644
--- a/daprdocs/content/en/developing-applications/integrations/kubernetes-operator.md
+++ b/daprdocs/content/en/integrations/kubernetes-operator.md
@@ -4,6 +4,8 @@ title: "How to: Use the Dapr Kubernetes Operator"
linkTitle: "Dapr Kubernetes Operator"
weight: 7000
description: "Use the Dapr Kubernetes Operator to manage the Dapr control plane"
+aliases:
+ - /developing-applications/integrations/kubernetes-operator/
---
You can use the Dapr Kubernetes Operator to manage the Dapr control plane. Use the operator to automate the tasks required to manage the lifecycle of Dapr control plane in Kubernetes mode.
diff --git a/daprdocs/content/en/reference/components-reference/supported-configuration-stores/azure-appconfig-configuration-store.md b/daprdocs/content/en/reference/components-reference/supported-configuration-stores/azure-appconfig-configuration-store.md
index de8732dc0fb..fb9a0f89af6 100644
--- a/daprdocs/content/en/reference/components-reference/supported-configuration-stores/azure-appconfig-configuration-store.md
+++ b/daprdocs/content/en/reference/components-reference/supported-configuration-stores/azure-appconfig-configuration-store.md
@@ -52,8 +52,8 @@ The above example uses secrets as plain strings. It is recommended to use a secr
| Field | Required | Details | Example |
|----------------------------|:--------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
-| connectionString | Y* | Connection String for the Azure App Configuration instance. No Default. Can be `secretKeyRef` to use a secret reference. *Mutually exclusive with host field. *Not to be used when [Azure Authentication](https://docs.dapr.io/developing-applications/integrations/azure/azure-authentication/authenticating-azure/) is used | `Endpoint=https://foo.azconfig.io;Id=osOX-l9-s0:sig;Secret=00000000000000000000000000000000000000000000`
-| host | N* | Endpoint for the Azure App Configuration instance. No Default. *Mutually exclusive with connectionString field. *To be used when [Azure Authentication](https://docs.dapr.io/developing-applications/integrations/azure/azure-authentication/authenticating-azure/) is used | `https://dapr.azconfig.io`
+| connectionString | Y* | Connection String for the Azure App Configuration instance. No Default. Can be `secretKeyRef` to use a secret reference. *Mutually exclusive with host field. *Not to be used when [Azure Authentication](https://docs.dapr.io/integrations/azure/azure-authentication/authenticating-azure/) is used | `Endpoint=https://foo.azconfig.io;Id=osOX-l9-s0:sig;Secret=00000000000000000000000000000000000000000000`
+| host | N* | Endpoint for the Azure App Configuration instance. No Default. *Mutually exclusive with connectionString field. *To be used when [Azure Authentication](https://docs.dapr.io/integrations/azure/azure-authentication/authenticating-azure/) is used | `https://dapr.azconfig.io`
| maxRetries | N | Maximum number of retries before giving up. Defaults to `3` | `5`, `10`
| retryDelay | N | RetryDelay specifies the initial amount of delay to use before retrying an operation. The delay increases exponentially with each retry up to the maximum specified by MaxRetryDelay. Defaults to `4` seconds; `"-1"` disables delay between retries. | `4s`
| maxRetryDelay | N | MaxRetryDelay specifies the maximum delay allowed before retrying an operation. Typically the value is greater than or equal to the value specified in RetryDelay. Defaults to `120` seconds; `"-1"` disables the limit | `120s`
diff --git a/daprdocs/static/images/integrations/diagrid/applications-light.png b/daprdocs/static/images/integrations/diagrid/applications-light.png
new file mode 100644
index 00000000000..aedf47be389
Binary files /dev/null and b/daprdocs/static/images/integrations/diagrid/applications-light.png differ
diff --git a/daprdocs/static/images/integrations/diagrid/catalyst-icon.webp b/daprdocs/static/images/integrations/diagrid/catalyst-icon.webp
new file mode 100644
index 00000000000..3bd59a3abcb
Binary files /dev/null and b/daprdocs/static/images/integrations/diagrid/catalyst-icon.webp differ