[DOCS-14086] Centralize site-support banners for 9 integrations#36672
Open
hestonhoffman wants to merge 2 commits into
Open
[DOCS-14086] Centralize site-support banners for 9 integrations#36672hestonhoffman wants to merge 2 commits into
hestonhoffman wants to merge 2 commits into
Conversation
Move site-support banners from inline integration README blocks to centralized unsupported_sites entries in params.yaml. The docs build system renders the banner automatically via path-segment matching when the integration slug is listed as a key. New unsupported_sites entries (all [gov,gov2]): alibaba-cloud, amazon-compute-optimizer, amazon-xray, confluence, confluent_cloud_integration, gitlab-source-code, launchdarkly, oracle-cloud-infrastructure, pagerduty For confluent-cloud, uses a targeted cascade in integrations/_index.md to set site_support_id: confluent_cloud_integration, avoiding a path-segment collision with the api/v2/confluent-cloud/ API reference. Companion PRs that remove the inline banners from integration READMEs: - DataDog/integrations-internal-core#3218 - DataDog/integrations-extras#2992 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Preview links (active after the
|
These integrations have nuanced warnings (commercial-only for X-Ray, limited support for PagerDuty) that belong in the README source, not in centralized site-support. The inline blocks have been reinstated in integrations-internal-core with gov,gov2 targeting. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves site-support banners from inline integration README blocks to centralized
unsupported_sitesentries inparams.yaml. The docs build system renders the banner automatically at build time, so inline blocks in integration source repos are redundant.Companion PRs (remove inline banners from source repos)
Merge instructions
This should be merged just before we merge the integrations PRs to make sure there isn't a large lag where the pages have double banners.