From fe1b23ec03bd847e1be40e2e17a7311422fd6ecc Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 26 Jun 2025 00:30:19 +0200 Subject: [PATCH] Fix applies_to docs --- docs/syntax/applies.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/syntax/applies.md b/docs/syntax/applies.md index 2c11acafc..b15cbe01c 100644 --- a/docs/syntax/applies.md +++ b/docs/syntax/applies.md @@ -184,9 +184,9 @@ There are 3 typical scenarios to start from: stack: ga serverless: ga products: - -id: kibana - -id: elasticsearch - -id: elastic-stack + - id: kibana + - id: elasticsearch + - id: elastic-stack --- ``` @@ -201,10 +201,10 @@ There are 3 typical scenarios to start from: ece: ga eck: ga products: - -id: cloud-serverless - -id: cloud-hosted - -id: cloud-enterprise - -id: cloud-kubernetes + - id: cloud-serverless + - id: cloud-hosted + - id: cloud-enterprise + - id: cloud-kubernetes --- ``` @@ -215,7 +215,7 @@ There are 3 typical scenarios to start from: applies_to: product: ga products: - -id: edot-collector + - id: edot-collector --- ``` @@ -363,4 +363,4 @@ applies_to: product: --- ``` -This allows you to annotate various facets as defined in [](../migration/versioning.md) \ No newline at end of file +This allows you to annotate various facets as defined in [](../migration/versioning.md)