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:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user