From d2d78a20832869089a2f3e4d721c21906154aaf3 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Fri, 17 Oct 2025 14:08:18 +0200 Subject: [PATCH 1/2] Update substitutions.md --- docs/syntax/substitutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/substitutions.md b/docs/syntax/substitutions.md index 45f5315f5..84bd08038 100644 --- a/docs/syntax/substitutions.md +++ b/docs/syntax/substitutions.md @@ -18,7 +18,7 @@ In both cases the yaml to define them is as followed: ```yaml -subs: +sub: key: value another-var: Another Value ``` From db094f9d596075a47b9a89da30eb763e209e95b4 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Fri, 17 Oct 2025 14:11:23 +0200 Subject: [PATCH 2/2] Edit frontmatter.md --- docs/syntax/frontmatter.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/syntax/frontmatter.md b/docs/syntax/frontmatter.md index dd353aa7c..43da89801 100644 --- a/docs/syntax/frontmatter.md +++ b/docs/syntax/frontmatter.md @@ -15,6 +15,8 @@ applies_to: <3> products: <4> - id: apm-agent - id: edot-sdk +sub: <5> + key: value --- ``` @@ -22,6 +24,7 @@ products: <4> 2. [`description`](#description) 3. [`applies_to`](#applies-to) 4. [`products`](#products) +5. [`sub`](#subs) ## Navigation Title @@ -83,3 +86,7 @@ The products frontmatter is a list of objects, each object has an `id` field. | `search-ui` | Search UI | | `security` | Elastic Security | | `winlogbeat` | Winlogbeat | + +## Subs + +Use the `sub` field to define local substitutions. Refer to [Substitutions](substitutions.md) for more information. \ No newline at end of file