From daad1aa37d024de28aeb7467a8870a8a592f8a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Barto=C5=A1?= Date: Tue, 29 Aug 2023 13:33:18 +0200 Subject: [PATCH] Provide support for determining community/product guides (#22787) Closes #22762 (cherry picked from commit 2e2bc1b4200ff833e0b2a498684475ee823c17b6) --- docs/guides/templates/profile.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/templates/profile.adoc b/docs/guides/templates/profile.adoc index 970502bd470..8a09020aaef 100644 --- a/docs/guides/templates/profile.adoc +++ b/docs/guides/templates/profile.adoc @@ -1,11 +1,11 @@ <#macro ifProduct> -ifeval::[{project_product}==true] +ifeval::[{project_product} == true] <#nested> endif::[] <#macro ifCommunity> -ifeval::[{project_community}==true] +ifeval::[{project_product} != true] <#nested> endif::[] \ No newline at end of file