Consolidate DDOT Collector install pages into a single Cdocs page#35247
Draft
brett0000FF wants to merge 2 commits intomasterfrom
Draft
Consolidate DDOT Collector install pages into a single Cdocs page#35247brett0000FF wants to merge 2 commits intomasterfrom
brett0000FF wants to merge 2 commits intomasterfrom
Conversation
Replace 5 separate Hugo multi-code-lang install pages with a single Markdoc page using a Deployment content filter. This eliminates ~40% duplicated content and gives readers a single URL with a dropdown for Kubernetes (DaemonSet), Kubernetes (Gateway), Linux, ECS Fargate, and EKS Fargate deployments. - Add deployment trait, 4 new options, and option group to Cdocs config - Create Markdoc partials for network requirements and infraattributes - Create consolidated install.mdoc.md with deployment-specific filters - Update nav config and _index.md redirect - Include aliases from all old URLs for proper redirects
Contributor
…fix callout header
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.
What does this PR do? What is the motivation?
Consolidates the 5 separate DDOT Collector install pages (Kubernetes DaemonSet, Kubernetes Gateway, Linux, ECS Fargate, EKS Fargate) into a single Markdoc (Cdocs) page with a Deployment content filter dropdown.
Motivation:
api_support.mdoc.mdChanges:
deploymenttrait tocustomization_config/en/traits/general.yamlkubernetes_daemonset,kubernetes_gateway,ecs_fargate,eks_fargate) tocustomization_config/en/options/general.yamlddot_collector_deployment_optionsoption group tocustomization_config/en/option_groups/opentelemetry.yamlotel-network-requirementsandotel-infraattributes-prereqinstall.mdoc.mdwith deployment-specific{% if %}blocks_index.mdredirectValidation:
cdocs buildcompiles all 27 Markdoc files with zero errorsvaleshows only pre-existing warnings (no new issues)Merge instructions
Merge readiness:
Additional notes
The Kubernetes pages use Markdoc
{% tabs %}for Helm vs Operator within the{% if %}blocks. Thelinuxoption already existed ingeneral.yaml, so only 4 new options were needed.