GH-6 - Fix structure of the documentation ZIP.

We now render the Asciidoctor documentation into a nested HTML subfolder to be consistent with other project's URL structures.
This commit is contained in:
Oliver Drotbohm
2022-07-28 12:27:53 +02:00
parent 9190c7c97e
commit f8e3de1238

View File

@@ -334,7 +334,7 @@ limitations under the License.
<configuration>
<sourceDirectory>${generated-asciidoc-sources.directory}</sourceDirectory>
<sourceDocumentName>index.adoc</sourceDocumentName>
<outputDirectory>${generated-docs.directory}</outputDirectory>
<outputDirectory>${generated-docs.directory}/html</outputDirectory>
<attributes>
<source-highlighter>highlight.js</source-highlighter>
<highlightjsdir>js/highlight</highlightjsdir>