We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b30de4 commit 636f161Copy full SHA for 636f161
1 file changed
fcli-core/fcli-app/src/main/resources/com/fortify/cli/app/actions/build-time/ci-doc.yaml
@@ -1138,6 +1138,7 @@ steps:
1138
outputFile: "${outputDef.filePattern.replaceAll('\\{ciSystem\\}', ciSystem).replaceAll('\\{version\\}', ciVersion)}"
1139
fortifyProductName: ""
1140
docTitle: ${outputDocMeta.title}
1141
+ docOverview: ${#docRenderer().asciidoc().ciContext(ciSystem, ciVersion, ciSystemDef.outputs).render(outputDocMeta.overview)}
1142
1143
# Build sample sections if samples defined
1144
- var.rm: [sampleSections]
0 commit comments