Skip to content

Commit a6f11d3

Browse files
remove elasticsearch curator
1 parent 59ccb0d commit a6f11d3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/syntax/frontmatter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ The products frontmatter is a list of objects, each object has an `id` field.
6868
| `elastic-stack` | Elastic Stack |
6969
| `elasticsearch` | Elasticsearch |
7070
| `elasticsearch-client` | Elasticsearch Client |
71-
| `elasticsearch-curator` | Elasticsearch Curator |
7271
| `filebeat` | Filebeat |
7372
| `fleet` | Fleet |
7473
| `heartbeat` | Heartbeat |

src/Elastic.Documentation.Configuration/Builder/Products.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public static class Products
3030
new("elastic-stack", "Elastic Stack"),
3131
new("elasticsearch", "Elasticsearch"),
3232
new("elasticsearch-client", "Elasticsearch Client"),
33-
new("elasticsearch-curator", "Elasticsearch Curator"),
3433
new("filebeat", "Filebeat"),
3534
new("fleet", "Fleet"),
3635
new("heartbeat", "Heartbeat"),

0 commit comments

Comments
 (0)