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
1 change: 1 addition & 0 deletions docs/syntax/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The products frontmatter is a list of objects, each object has an `id` field.
| `cloud-terraform` | Elastic Cloud Terraform |
| `ecs` | Elastic Common Schema (ECS) |
| `ecs-logging` | ECS Logging |
| `edot-cf` | EDOT Cloud Forwarder |
| `edot-sdk` | Elastic Distribution of OpenTelemetry SDK |
| `edot-collector` | Elastic Distribution of OpenTelemetry Collector |
| `elastic-agent` | Elastic Agent |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static class Products
new("cloud-terraform", "Elastic Cloud Terraform"),
new("ecs", "Elastic Common Schema (ECS)"),
new("ecs-logging", "ECS Logging"),
new("edot-cf", "EDOT Cloud Forwarder"),
new("edot-sdk", "Elastic Distribution of OpenTelemetry SDK"),
new("edot-collector", "Elastic Distribution of OpenTelemetry Collector"),
new("elastic-agent", "Elastic Agent"),
Expand Down
Loading