From 7eda74c4df5110e18d37f040074be410ccabd8cc Mon Sep 17 00:00:00 2001 From: saikumarvasa100-hash Date: Wed, 26 Nov 2025 21:05:43 +0530 Subject: [PATCH 1/2] Fix MongoDB integration containerized environment links The relative links for containerized environment sections (Docker, Kubernetes, ECS) were using the format ?tab=xxx#xxx which doesn't retain the MongoDB context on the published docs site. Changed: - ?tab=docker#docker -> #docker - ?tab=kubernetes#kubernetes -> #kubernetes - ?tab=ecs#ecs -> #ecs Fixes #21952 --- mongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo/README.md b/mongo/README.md index 7d2189c305072..d0576804f5413 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -167,7 +167,7 @@ Then create the same user from a mongos proxy. This action creates the local use ### Configuration -Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](?tab=docker#docker), [Kubernetes](?tab=kubernetes#kubernetes), or [ECS](?tab=ecs#ecs) sections. +Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](#docker), [Kubernetes](#kubernetes), or [ECS](#ecs) sections. From 2d3ebfc5071736b0364c37530729001e9424ef2e Mon Sep 17 00:00:00 2001 From: saikumarvasa100-hash Date: Wed, 26 Nov 2025 23:20:14 +0530 Subject: [PATCH 2/2] Fix MongoDB containerized environment links with correct tab parameters Use ?tab= query parameter along with anchor links to ensure links work correctly when switching between Docker, Kubernetes, and ECS tabs. --- mongo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo/README.md b/mongo/README.md index d0576804f5413..7d2189c305072 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -167,7 +167,7 @@ Then create the same user from a mongos proxy. This action creates the local use ### Configuration -Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](#docker), [Kubernetes](#kubernetes), or [ECS](#ecs) sections. +Follow the instructions below to configure this check for an Agent running on a host. For containerized environments, see the [Docker](?tab=docker#docker), [Kubernetes](?tab=kubernetes#kubernetes), or [ECS](?tab=ecs#ecs) sections.