From 9b9f4763e62bc9f850357751d6706482f54089c4 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Wed, 19 Feb 2025 15:27:44 +0100 Subject: [PATCH] Change one Security serverless duplicate to missing Elasticsearch serverless --- src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml b/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml index 6b418e676..735a0f12f 100644 --- a/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml +++ b/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml @@ -33,9 +33,9 @@ } else { - if (Model.Serverless.Security is not null) + if (Model.Serverless.Elasticsearch is not null) { - @RenderProduct("Serverless Security", Model.Serverless.Security) + @RenderProduct("Serverless Elasticsearch", Model.Serverless.Elasticsearch) } if (Model.Serverless.Observability is not null) {