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 0f0f87fac..000000000
--- 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 c7504b56c..000000000
--- 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/developing-applications/integrations/Diagrid/test-containers.md b/daprdocs/content/en/developing-applications/integrations/Diagrid/test-containers.md
deleted file mode 100644
index 1eabef6bf..000000000
--- a/daprdocs/content/en/developing-applications/integrations/Diagrid/test-containers.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-type: docs
-title: "How to: Integrate using Testcontainers Dapr Module"
-linkTitle: "Dapr Testcontainers"
-weight: 3000
-description: "Use the Dapr Testcontainer module from your Java application"
----
-
-You can use the Testcontainers Dapr Module provided by Diagrid to set up Dapr locally for your Java applications. Simply add the following dependency to your Maven project:
-
-```xml
-
- io.diagrid.dapr
- testcontainers-dapr
- 0.10.x
-
-```
-
-[If you're using Spring Boot, you can also use the Spring Boot Starter.](https://github.com/diagridio/spring-boot-starter-dapr)
-
-{{< button text="Use the Testcontainers Dapr Module" link="https://github.com/diagridio/testcontainers-dapr" >}}
\ No newline at end of file