diff --git a/gradle/docs.gradle b/gradle/docs.gradle index fed1b6f3b92..09d730cf3de 100644 --- a/gradle/docs.gradle +++ b/gradle/docs.gradle @@ -155,6 +155,9 @@ asciidoctorj { asciidoctor { baseDirFollowsSourceDir() configurations 'asciidoctorExt' + attributes([ + noheader: '' // custom header in docinfo-header.html + ]) sources { include '*.adoc' } diff --git a/src/docs/asciidoc/docinfo-header.html b/src/docs/asciidoc/docinfo-header.html new file mode 100644 index 00000000000..1be13e03b75 --- /dev/null +++ b/src/docs/asciidoc/docinfo-header.html @@ -0,0 +1,4 @@ +