Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jul 3, 2024
1 parent 9e47ba9 commit 4f4e9fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>jboss-logging-tools-docs</artifactId>
<packaging>jar</packaging>
<packaging>pom</packaging>

<name>JBoss Logging I18n Documentation</name>

Expand Down Expand Up @@ -160,19 +160,19 @@
<version>${version.asciidoctor}</version>
<configuration>
<backend>html5</backend>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<icons>font</icons>
<sectanchors>true</sectanchors>
<!-- set the idprefix to blank -->
<idprefix/>
<idseparator>-</idseparator>
<docinfo1>true</docinfo1>
<javadocsdir>${java.docs.dir}</javadocsdir>
<javadocsdir>${java.docs.dir}/org.jboss.logging.annotations</javadocsdir>
<version>${project.version}</version>
<nofooter/>
<revnumber>${project.version}</revnumber>
<organization>${project.organization.name}</organization>
<source-highlighter>coderay</source-highlighter>
</attributes>
<outputDirectory>${project.basedir}</outputDirectory>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/examples.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

:sourcedir: java/org/jboss/logging/tools/examples
:projecturl: https://github.com/jboss-logging/jboss-logging-tools/docs/src/main
:projecturl: https://github.com/jboss-logging/jboss-logging-tools/tree/main/docs/src/main

== Example Use Cases

Expand Down

0 comments on commit 4f4e9fb

Please sign in to comment.