<#import "/templates/guide.adoc" as template> <#import "/templates/options.adoc" as opts> <@template.guide title="All configuration" summary="All the configuration you will ever need and want"> <#list ctx.options.categories as category> <#assign categoryOptions=ctx.options.getValues(category)> <#if categoryOptions?has_content> == ${category.heading} <@opts.list options=categoryOptions>