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:
parent
a470711dfb
commit
305dd5812e
2 changed files with 5 additions and 2 deletions
|
@ -7,4 +7,6 @@
|
||||||
:infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
|
:infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
|
||||||
:infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
|
:infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
|
||||||
:containerlabel: latest
|
:containerlabel: latest
|
||||||
|
:project_product: false
|
||||||
|
:project_community: true
|
||||||
:apidocs_adminrest_link: https://www.keycloak.org/docs-api/{version}/rest-api/
|
:apidocs_adminrest_link: https://www.keycloak.org/docs-api/{version}/rest-api/
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<#import "/templates/guide.adoc" as tmpl>
|
<#import "/templates/guide.adoc" as tmpl>
|
||||||
<#import "/templates/links.adoc" as links>
|
<#import "/templates/links.adoc" as links>
|
||||||
|
<#import "/templates/profile.adoc" as profile>
|
||||||
|
|
||||||
<@tmpl.guide
|
<@tmpl.guide
|
||||||
title="Multi-site deployments"
|
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.
|
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.
|
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
|
== Concept and building block overview
|
||||||
|
|
||||||
* <@links.ha id="concepts-active-passive-sync" />
|
* <@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-network-partition-recovery" />
|
||||||
* <@links.ha id="operate-switch-back" />
|
* <@links.ha id="operate-switch-back" />
|
||||||
|
|
||||||
endif::[]
|
</@profile.ifCommunity>
|
||||||
|
|
||||||
</@tmpl.guide>
|
</@tmpl.guide>
|
||||||
|
|
Loading…
Reference in a new issue