diff --git a/gradle/docs.gradle b/gradle/docs.gradle index fed1b6f3b9..09d730cf3d 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 0000000000..1be13e03b7 --- /dev/null +++ b/src/docs/asciidoc/docinfo-header.html @@ -0,0 +1,4 @@ +