keycloak-scim/docs/guides/operator/index.adoc
Alexander Schwartz dd5b9b1c36
Fix cross-links in guides and remove unprocessed content in include (#25126)
Closes #25090

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2023-11-30 08:17:23 +01:00

12 lines
271 B
Text

= Keycloak Operator guide
include::../attributes.adoc[]
<#list ctx.guides as guide>
:links_operator_${guide.id}_name: ${guide.title}
:links_operator_${guide.id}_url: #${guide.id}
</#list>
<#list ctx.guides as guide>
include::${guide.template}[leveloffset=+1]
</#list>