[DOCS-14086] Use dynamic site parameter in Operator config docs#2978
[DOCS-14086] Use dynamic site parameter in Operator config docs#2978hestonhoffman wants to merge 5 commits intomainfrom
Conversation
Replace the hardcoded list of Datadog sites in the global.site parameter description with a dynamic region-param shortcode. This renders the correct site value per the reader's selected region on docs.datadoghq.com, and automatically covers new data centers without requiring manual updates to this file. Related: DataDog/documentation#36153 (DOCS-14086) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 64cb3afc00
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2978 +/- ##
=======================================
Coverage 41.39% 41.39%
=======================================
Files 331 331
Lines 28911 28911
=======================================
Hits 11969 11969
Misses 16086 16086
Partials 856 856
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
buraizu
left a comment
There was a problem hiding this comment.
Looks good overall, just left a suggestion based on the "Word List" page.
Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
Replaces the hardcoded list of Datadog sites in the
global.siteparameter description with a dynamicregion-paramshortcode. The shortcode renders the correct site value per the reader's selected region and automatically covers future data centers.Related: DataDog/documentation#36153 (DOCS-14086)