diff --git a/docs/guides/attributes.adoc b/docs/guides/attributes.adoc index ff8e4155fa..04478392df 100644 --- a/docs/guides/attributes.adoc +++ b/docs/guides/attributes.adoc @@ -7,4 +7,6 @@ :infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html :infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html :containerlabel: latest +:project_product: false +:project_community: true :apidocs_adminrest_link: https://www.keycloak.org/docs-api/{version}/rest-api/ diff --git a/docs/guides/high-availability/introduction.adoc b/docs/guides/high-availability/introduction.adoc index f4296d03eb..6c92f5cb7c 100644 --- a/docs/guides/high-availability/introduction.adoc +++ b/docs/guides/high-availability/introduction.adoc @@ -1,5 +1,6 @@ <#import "/templates/guide.adoc" as tmpl> <#import "/templates/links.adoc" as links> +<#import "/templates/profile.adoc" as profile> <@tmpl.guide title="Multi-site deployments" @@ -15,7 +16,7 @@ The different {sections} introduce the necessary concepts and building blocks. For each building block, a blueprint shows how to set a fully functional example. Additional performance tuning and security hardening are still recommended when preparing a production setup. -ifeval::[{project_community}==true] +<@profile.ifCommunity> == Concept and building block overview * <@links.ha id="concepts-active-passive-sync" /> @@ -40,6 +41,6 @@ ifeval::[{project_community}==true] * <@links.ha id="operate-network-partition-recovery" /> * <@links.ha id="operate-switch-back" /> -endif::[] +