Skip to content

Commit a69fa1e

Browse files
committed
Adding non-product entries back
1 parent 4627aec commit a69fa1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Elastic.Documentation/AppliesTo/ApplicableToYamlConverter.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ public class ApplicableToYamlConverter(IReadOnlyCollection<string> productKeys)
1414
{
1515
private readonly string[] _knownKeys =
1616
[
17-
"stack", "deployment", "product", "ece", "eck", "ess", "ecctl",
17+
"stack", "deployment", "serverless", "product", // Applicability categories
18+
"ece", "eck", "ess", "self", // Deployment options
19+
"elasticsearch", "observability", "security", // Serverless flavors
1820
.. productKeys
1921
];
2022

0 commit comments

Comments
 (0)