Skip to content

Conversation

@saikumarvasa100-hash
Copy link

@saikumarvasa100-hash saikumarvasa100-hash commented Nov 26, 2025

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

What does this PR do?

Motivation

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

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 DataDog#21952
@saikumarvasa100-hash saikumarvasa100-hash requested review from a team as code owners November 26, 2025 15:36
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actions
Copy link

github-actions bot commented Nov 26, 2025

⚠️ Recommendation: Add qa/skip-qa label

This PR does not modify any files shipped with the agent.

To help streamline the release process, please consider adding the qa/skip-qa label if these changes do not require QA testing.

@domalessi
Copy link
Contributor

@saikumarvasa100-hash Sorry, I previously reviewed this and then did a bit more testing! Left a comment with the behavior I'm seeing. I'm not sure if this is what you're intending.

Use ?tab= query parameter along with anchor links to ensure links work correctly when switching between Docker, Kubernetes, and ECS tabs.
Copy link
Author

@saikumarvasa100-hash saikumarvasa100-hash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the asked changes were done check again

@libander
Copy link

libander commented Dec 1, 2025

@saikumarvasa100-hash / @domalessi This PR made me wonder if "Configuration" might be the intended parent tab for these links, but after taking a closer look I realized there is nothing wrong with how the links were formatted. The sections they used to point to were replaced by tabbed examples in the docs. Since the in-app integration view does not support subsection anchors the way the docs site does, the links no longer have a valid target and send users back to the Integrations landing page.

I saw the same pattern in a couple of other integrations, so I opened #22011 to remove the outdated links. Thanks for your time!

@domalessi
Copy link
Contributor

@libander Ah, okay, thank you for digging into that and for the follow-up. Does #22011 take care of things? Are we good to close this PR?

@libander
Copy link

libander commented Dec 2, 2025

@domalessi - Yes, #22011 handles the fixes. Good to close this PR. Thanks for taking a look.

@domalessi
Copy link
Contributor

@libander Thanks for confirming! Closing out in favor of #22011

@domalessi domalessi closed this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mongo DB Integration Configuration - Section links redirect to integration landing page.

3 participants