76ee1be76c
Closes #19546
20 lines
No EOL
415 B
Text
20 lines
No EOL
415 B
Text
<#import "/templates/options.adoc" as opts>
|
|
|
|
<#macro guide title summary priority=999 includedOptions="">
|
|
:guide-id: ${id}
|
|
:guide-title: ${title}
|
|
:guide-summary: ${summary}
|
|
:guide-priority: ${priority}
|
|
:version: ${version}
|
|
|
|
[[${id}]]
|
|
= ${title}
|
|
|
|
<#nested>
|
|
|
|
<#if includedOptions?has_content>
|
|
== Relevant options
|
|
|
|
<@opts.list options=ctx.options.getOptions(includedOptions) anchor=false></@opts.list>
|
|
</#if>
|
|
</#macro> |