mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Provide support for determining community/product guides (#22787)
Closes #22762
(cherry picked from commit 2e2bc1b420)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user