Make use of attributes consistent between old docs and new guides

Closes #28215

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2024-03-26 15:22:45 +01:00 committed by Alexander Schwartz
parent a470711dfb
commit 305dd5812e
2 changed files with 5 additions and 2 deletions

View file

@ -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/

View file

@ -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::[]
</@profile.ifCommunity>
</@tmpl.guide>