keycloak-scim/docs/guides/server/all-config.adoc

17 lines
504 B
Text

<#import "/templates/guide.adoc" as template>
<#import "/templates/options.adoc" as opts>
<@template.guide
title="All configuration"
summary="Complete list of all build options and configuration for {project_name}">
<#list ctx.options.categories as category>
<#assign categoryOptions=ctx.options.getValues(category)>
<#if categoryOptions?has_content>
[#category-${category.name()?lower_case}]
== ${category.heading}
<@opts.list options=categoryOptions></@opts.list>
</#if>
</#list>
</@template.guide>