Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
[#7] Turned numbering of captions on and added some empty chapters to…
Browse files Browse the repository at this point in the history
… the reference manual
  • Loading branch information
obfischer committed May 26, 2019
1 parent ed4b33c commit 6398adc
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 13 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@
<goal>process-asciidoc</goal>
</goals>
<configuration>
<sourceDirectory>${project.basedir}/src/main/asciidoc/newdocs/userguide</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-docs/userguide</outputDirectory>
<backend>xhtml5</backend>
<sourceDirectory>${project.basedir}/src/main/asciidoc/newdocs/reference</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-docs/reference</outputDirectory>
<sourceDocumentName>index.adoc</sourceDocumentName>
<attributes>
<toc>left</toc>
Expand All @@ -133,6 +132,10 @@
<goal>process-asciidoc</goal>
</goals>
<configuration>
<attributes>
<stylesheet>../jqassistant.css</stylesheet>
<docRoot>/${asciidoc.directory}</docRoot>
</attributes>
<sourceDirectory>src/main/asciidoc/manual</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-docs/manual</outputDirectory>
<sourceDocumentName>index.adoc</sourceDocumentName>
Expand All @@ -154,6 +157,10 @@
<goal>process-asciidoc</goal>
</goals>
<configuration>
<attributes>
<stylesheet>../jqassistant.css</stylesheet>
<docRoot>/${asciidoc.directory}</docRoot>
</attributes>
<sourceDirectory>src/main/asciidoc/releasenotes-overview</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-docs/releasenotes-overview</outputDirectory>
<sourceDocumentName>release-notes.adoc</sourceDocumentName>
Expand All @@ -176,8 +183,10 @@
<toc>auto</toc>
<toclevels>3</toclevels>
<tabsize>4</tabsize>
<!--
<stylesheet>../jqassistant.css</stylesheet>
<docRoot>/${asciidoc.directory}</docRoot>
-->
<projectGroupId>${project.groupId}</projectGroupId>
<projectArtifactId>${project.artifactId}</projectArtifactId>
<projectVersion>${project.version}</projectVersion>
Expand Down
10 changes: 10 additions & 0 deletions src/main/asciidoc/newdocs/reference/formats/00-formats.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

== Supported Documat Formats

include::../../shared/to-be-written.adoc[]

include::10-yaml.adoc[]
include::20-xml.adoc[]
include::30-asciidoctor.adoc[]


4 changes: 4 additions & 0 deletions src/main/asciidoc/newdocs/reference/formats/10-yaml.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[#yaml]
=== YAML

include::../../shared/to-be-written.adoc[]
4 changes: 4 additions & 0 deletions src/main/asciidoc/newdocs/reference/formats/20-xml.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[#xml]
=== XML

include::../../shared/to-be-written.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[#asciidoctor]
=== Asciidoctor

include::../../shared/to-be-written.adoc[]

6 changes: 6 additions & 0 deletions src/main/asciidoc/newdocs/reference/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
= jQAssistant Reference

:sectnums:

include::formats/00-formats.adoc[]

9 changes: 0 additions & 9 deletions src/main/asciidoc/newdocs/reference/reference.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/asciidoc/newdocs/userguide/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= jQAssistant User Guide
:toc: left

:sectnums:

include::introduction/00-introduction.adoc[]
include::usecases/00-usecases.adoc[]
Expand Down

0 comments on commit 6398adc

Please sign in to comment.