summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-07-28 23:42:17 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-07-29 02:42:27 -0600
commit75b3d6a07fe5fea20a38e934ff9ab7e812726b86 (patch)
tree49f745bde01ab6d3ee99070d364b87303149e32b /docs
parentd0a3dcb12cfed166de8cd5f6f5c24693c250c75f (diff)
remove reference to jdocbook plugin example
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/docbook-backend/pages/index.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/modules/docbook-backend/pages/index.adoc b/docs/modules/docbook-backend/pages/index.adoc
index 2e37bdb6..a1cf2d73 100644
--- a/docs/modules/docbook-backend/pages/index.adoc
+++ b/docs/modules/docbook-backend/pages/index.adoc
@@ -181,11 +181,10 @@ As an alternative, you may give https://github.com/aanno/db-toolchain[db-toolcha
=== Maven plugins
-If you are using Maven to build your docs, then you might consider using either the docbkx or jdocbook plugins to generate PDF from DocBook.
-You can find example projects in the Asciidoctor Maven example repository:
+If you are using Maven to build your docs, then you might consider using either the docbkx plugin to generate PDF from DocBook.
+You can find an example projects in the Asciidoctor Maven example repository:
* https://github.com/asciidoctor/asciidoctor-maven-examples/tree/main/docbook-pipeline-docbkx-example[docbkx]
-* https://github.com/asciidoctor/asciidoctor-maven-examples/tree/main/docbook-pipeline-jdocbook-example[jdocbook]
-The typical way to use these plugins is in a pipeline following the xref:maven-tools::index.adoc[Asciidoctor Maven plugin].
+The typical way to use these plugins is in a processing pipeline starting with the xref:maven-tools::index.adoc[Asciidoctor Maven plugin].
The Asciidoctor Maven plugin uses Asciidoctor to generate the DocBook file(s).