Provide support for determining community/product guides (#22787)

Closes #22762

(cherry picked from commit 2e2bc1b420)
This commit is contained in:
Martin Bartoš
2023-08-29 13:33:18 +02:00
committed by GitHub
parent 64ed80fd3e
commit daad1aa37d

View File

@@ -1,11 +1,11 @@
<#macro ifProduct>
ifeval::[{project_product}==true]
ifeval::[{project_product} == true]
<#nested>
endif::[]
</#macro>
<#macro ifCommunity>
ifeval::[{project_community}==true]
ifeval::[{project_product} != true]
<#nested>
endif::[]
</#macro>