Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/syntax/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ applies_to: <3>
products: <4>
- id: apm-agent
- id: edot-sdk
sub: <5>
key: value
---
```

1. [`navigation_title`](#navigation-title)
2. [`description`](#description)
3. [`applies_to`](#applies-to)
4. [`products`](#products)
5. [`sub`](#subs)

## Navigation Title

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/syntax/substitutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In both cases the yaml to define them is as followed:


```yaml
subs:
sub:
key: value
another-var: Another Value
```
Expand Down
Loading