This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch release/2.0.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5e0636f30d6ed15187a2839a19dc60a6d6ec4e71
Author: David Jencks <[email protected]>
AuthorDate: Wed Sep 29 22:27:48 2021 -0700

    update to new indexer, jsonpath syntax
---
 docs/antora.yml                                    |  7 ++++++-
 .../contributor-guide/extension-metadata.adoc      |  2 +-
 .../pages/contributor-guide/release-guide.adoc     |  5 ++---
 docs/modules/ROOT/pages/index.adoc                 |  2 +-
 docs/modules/ROOT/pages/reference/components.adoc  | 14 +------------
 docs/modules/ROOT/pages/reference/dataformats.adoc | 14 +------------
 .../reference/extensions/microprofile-health.adoc  |  2 +-
 docs/modules/ROOT/pages/reference/index.adoc       | 16 +++++++++------
 docs/modules/ROOT/pages/reference/languages.adoc   | 14 +------------
 docs/modules/ROOT/pages/reference/others.adoc      | 14 +------------
 docs/modules/ROOT/pages/user-guide/cdi.adoc        |  9 +++------
 .../ROOT/pages/user-guide/command-mode.adoc        |  2 +-
 .../pages/user-guide/defining-camel-routes.adoc    |  2 +-
 .../pages/user-guide/dependency-management.adoc    |  5 +----
 docs/modules/ROOT/pages/user-guide/examples.adoc   |  4 +---
 .../modules/ROOT/pages/user-guide/native-mode.adoc |  2 +-
 .../ROOT/pages/user-guide/observability.adoc       |  2 +-
 .../reference/summary-table.adoc}                  | 23 ++++++++++------------
 .../runtime/src/main/doc/usage.adoc                |  2 +-
 pom.xml                                            |  3 ++-
 20 files changed, 47 insertions(+), 97 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 092b06d..db0c944 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -22,6 +22,11 @@ nav:
 - modules/ROOT/nav.adoc
 asciidoc:
   attributes:
-    cq-camel-components: 3.11.x@components # replace 
${camel.docs.components.xref}
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     quarkus-version: 2.0.0.Final # replace ${quarkus.version}
+    # attributes used in xrefs to other Antora components
+    cq-camel-components: 3.11.x@components # replace 
${camel.docs.components.xref}
+    quarkus-examples-version: latest
+    # indexTable common
+    indexer-version: 3.11.x # replace ${camel.docs.components.version}
+    indexer-component: components
diff --git a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc 
b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc
index 3f15b56..0f62f32 100644
--- a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc
@@ -30,7 +30,7 @@ The data comes from the following
 sources:
 
 * `name`: comes from `pom.xml`'s `<name>`
-* `description`: taken from xref:latest@manual::camel-catalog.adoc[Camel 
Catalog]. If the given
+* `description`: taken from xref:manual::camel-catalog.adoc[Camel Catalog]. If 
the given
   extension contains more than one component, language or data format, their 
descriptions are concatenated and a warning
   is issued in the log. The value from Camel Catalog can be overridden by 
setting a `<description>` in the
   `pom.xml` of the given extension's runtime module.
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 64b4bc5..7bf21e9 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -1,12 +1,11 @@
-[[ReleaseGuide-ReleaseGuide]]
 = Apache Camel Quarkus release process
 :page-aliases: release-guide.adoc
 
 The process is _mutatis mutandis_ the same as for the main Apache Camel 
repository - see the
-xref:latest@manual::release-guide.adoc[Release guide] page of the Camel 
documentation.
+xref:manual::release-guide.adoc[Release guide] page of the Camel documentation.
 
 Here, just a sketch of the repeating part, after you have performed the 
initial setup following the
-xref:latest@manual::release-guide.adoc[Camel Release guide].
+xref:manual::release-guide.adoc[Camel Release guide].
 
 == Pre release tasks
 
diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index 560813f..090a56e 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,6 +1,6 @@
 = Apache Camel extensions for Quarkus
 
-This project aims to bring the awesome integration capabilities of 
xref:latest@manual::index.adoc[Apache Camel]
+This project aims to bring the awesome integration capabilities of 
xref:manual::index.adoc[Apache Camel]
 and its vast xref:{cq-camel-components}::index.adoc[component library] to the
 https://quarkus.io/[Quarkus runtime].
 
diff --git a/docs/modules/ROOT/pages/reference/components.adoc 
b/docs/modules/ROOT/pages/reference/components.adoc
index ea36cc3..5952a59 100644
--- a/docs/modules/ROOT/pages/reference/components.adoc
+++ b/docs/modules/ROOT/pages/reference/components.adoc
@@ -1,19 +1,7 @@
 = Camel components supported on Quarkus
-:indexer-version: 2.0.0
-:indexer-component: components
 :indexer-module: ROOT
 :indexer-rel-filter: *-component.adoc
 :indexer-human-readable-kind: Component
 :indexer-human-readable-kind-plural: components
 
-There are 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id]
 {indexer-human-readable-kind-plural} 
(indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes='cq-artifact-id,cq-deprecated=true']
 deprecated, 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}"
 [...]
-
-[.counted-table,width="100%",cols="4,1,1,1,1,5",options="header"]
-|===
-| {indexer-human-readable-kind} | Artifact | JVM +
-since | Native +
-since | Support +
-level | Description
-|===
-
-indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id,cells="=`xref:reference/extensions/$\{cqArtifactIdBase}.adoc[$\{cqCamelPartTitle}]`,cq-artifact-id,cq-jvm-since,cq-native-since,cq-status-deprecation,cq-camel-part-description"]
+include::partial$reference/summary-table.adoc[]
diff --git a/docs/modules/ROOT/pages/reference/dataformats.adoc 
b/docs/modules/ROOT/pages/reference/dataformats.adoc
index 199bc30..2f56712 100644
--- a/docs/modules/ROOT/pages/reference/dataformats.adoc
+++ b/docs/modules/ROOT/pages/reference/dataformats.adoc
@@ -1,19 +1,7 @@
 = Camel data formats supported on Quarkus
-:indexer-version: latest
-:indexer-component: components
 :indexer-module: dataformats
 :indexer-rel-filter: *-dataformat.adoc
 :indexer-human-readable-kind: Data format
 :indexer-human-readable-kind-plural: data formats
 
-There are 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id]
 {indexer-human-readable-kind-plural} 
(indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes='cq-artifact-id,cq-deprecated=true']
 deprecated, 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}"
 [...]
-
-[.counted-table,width="100%",cols="4,1,1,1,1,5",options="header"]
-|===
-| {indexer-human-readable-kind} | Artifact | JVM +
-since | Native +
-since | Support +
-level | Description
-|===
-
-indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id,cells="=`xref:reference/extensions/$\{cqArtifactIdBase}.adoc[$\{cqCamelPartTitle}]`,cq-artifact-id,cq-jvm-since,cq-native-since,cq-status-deprecation,cq-camel-part-description"]
+include::partial$reference/summary-table.adoc[]
diff --git 
a/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc 
b/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc
index a25153a..901a6d0 100644
--- a/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc
@@ -41,7 +41,7 @@ Check the xref:user-guide/index.adoc[User guide] for more 
information about writ
 
 == Usage
 
-You can register health checks for your applications with the 
xref:latest@manual::health-check.adoc[Camel health check API].
+You can register health checks for your applications with the 
xref:manual::health-check.adoc[Camel health check API].
 
 By default, classes extending `AbstractHealthCheck` are registered as both 
liveness and readiness checks. You can override the `isReadiness` method to 
control this behaviour.
 
diff --git a/docs/modules/ROOT/pages/reference/index.adoc 
b/docs/modules/ROOT/pages/reference/index.adoc
index 7aa970c..f2ea257 100644
--- a/docs/modules/ROOT/pages/reference/index.adoc
+++ b/docs/modules/ROOT/pages/reference/index.adoc
@@ -1,4 +1,3 @@
-[camel-quarkus-extensions]
 = Camel Quarkus extensions reference
 :page-aliases: 
list-of-camel-quarkus-extensions.adoc,reference/extensions/index.adoc
 
@@ -18,10 +17,15 @@ There are 
indexCount:[relative=reference/extensions/\*.adoc] extensions (indexCo
 
 [.counted-table,width="100%",cols="4,1,1,1,1,5",options="header"]
 |===
-| Extension | Artifact | JVM +
-since | Native +
-since | Support +
-level | Description
+| Extension
+| Artifact
+| JVM +
+since
+| Native +
+since
+| Support +
+level
+| Description
 |===
 
-indexTable::[relative='reference/extensions/*.adoc',cells="$xref,cq-artifact-id,cq-jvm-since,cq-native-since,cq-status-deprecation,cq-description"]
+indexTable::[relative='reference/extensions/*.adoc',cellformats="$xref|cqArtifactId|cqJvmSince|cqNativeSince|cqStatusDeprecation|cqDescription"]
diff --git a/docs/modules/ROOT/pages/reference/languages.adoc 
b/docs/modules/ROOT/pages/reference/languages.adoc
index 4d51182..5f487d5 100644
--- a/docs/modules/ROOT/pages/reference/languages.adoc
+++ b/docs/modules/ROOT/pages/reference/languages.adoc
@@ -1,19 +1,7 @@
 = Camel languages supported on Quarkus
-:indexer-version: 2.0.0
-:indexer-component: components
 :indexer-module: languages
 :indexer-rel-filter: *-language.adoc
 :indexer-human-readable-kind: Language
 :indexer-human-readable-kind-plural: languages
 
-There are 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id]
 {indexer-human-readable-kind-plural} 
(indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes='cq-artifact-id,cq-deprecated=true']
 deprecated, 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}"
 [...]
-
-[.counted-table,width="100%",cols="4,1,1,1,1,5",options="header"]
-|===
-| {indexer-human-readable-kind} | Artifact | JVM +
-since | Native +
-since | Support +
-level | Description
-|===
-
-indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id,cells="=`xref:reference/extensions/$\{cqArtifactIdBase}.adoc[$\{cqCamelPartTitle}]`,cq-artifact-id,cq-jvm-since,cq-native-since,cq-status-deprecation,cq-camel-part-description"]
+include::partial$reference/summary-table.adoc[]
diff --git a/docs/modules/ROOT/pages/reference/others.adoc 
b/docs/modules/ROOT/pages/reference/others.adoc
index fc97ce4..7bcd12d 100644
--- a/docs/modules/ROOT/pages/reference/others.adoc
+++ b/docs/modules/ROOT/pages/reference/others.adoc
@@ -1,19 +1,7 @@
 = Camel misc. components supported on Quarkus
-:indexer-version: 2.0.0
-:indexer-component: components
 :indexer-module: others
 :indexer-rel-filter: *.adoc
 :indexer-human-readable-kind: Misc. component
 :indexer-human-readable-kind-plural: misc. components
 
-There are 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id]
 {indexer-human-readable-kind-plural} 
(indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes='cq-artifact-id,cq-deprecated=true']
 deprecated, 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}"
 [...]
-
-[.counted-table,width="100%",cols="4,1,1,1,1,5",options="header"]
-|===
-| {indexer-human-readable-kind} | Artifact | JVM +
-since | Native +
-since | Support +
-level | Description
-|===
-
-indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id,cells="=`xref:reference/extensions/$\{cqArtifactIdBase}.adoc[$\{cqCamelPartTitle}]`,cq-artifact-id,cq-jvm-since,cq-native-since,cq-status-deprecation,cq-camel-part-description"]
+include::partial$reference/summary-table.adoc[]
diff --git a/docs/modules/ROOT/pages/user-guide/cdi.adoc 
b/docs/modules/ROOT/pages/user-guide/cdi.adoc
index c3d1554..3c34c40 100644
--- a/docs/modules/ROOT/pages/user-guide/cdi.adoc
+++ b/docs/modules/ROOT/pages/user-guide/cdi.adoc
@@ -68,7 +68,7 @@ public static class MyBean {
 == `@EndpointInject` and `@Produce`
 
 If you are used to `@org.apache.camel.EndpointInject` and 
`@org.apache.camel.Produce` from
-xref:latest@manual::pojo-producing.adoc[plain Camel] or from Camel on 
SpringBoot, you can continue using them on Quarkus too.
+xref:manual::pojo-producing.adoc[plain Camel] or from Camel on SpringBoot, you 
can continue using them on Quarkus too.
 This is supported since Camel Quarkus 2.0.0.
 
 The following use cases are supported by 
`org.apache.camel.quarkus:camel-quarkus-core`:
@@ -178,16 +178,13 @@ public class CamelRoute extends RouteBuilder {
 }
 ----
 
-[INFO]
-====
-We aim at supporting all use cases listed in 
xref:latest@manual::bean-binding.adoc[Bean binding] section of Camel 
documentation.
+INFO: We aim at supporting all use cases listed in 
xref:manual::bean-binding.adoc[Bean binding] section of Camel documentation.
 Do not hesitate to https://github.com/apache/camel-quarkus/issues[file an 
issue] if some bean binding scenario does not work for you.
-====
 
 === `@Consume`
 
 Since Camel Quarkus 2.0.0, the `camel-quarkus-bean` artifact brings support 
for `@org.apache.camel.Consume`
-- see the xref:latest@manual:ROOT:pojo-consuming.adoc[Pojo consuming] section 
of Camel documentation.
+- see the xref:manual:ROOT:pojo-consuming.adoc[Pojo consuming] section of 
Camel documentation.
 
 Declaring a class like the following
 
diff --git a/docs/modules/ROOT/pages/user-guide/command-mode.adoc 
b/docs/modules/ROOT/pages/user-guide/command-mode.adoc
index ddf3589..354e7a4 100644
--- a/docs/modules/ROOT/pages/user-guide/command-mode.adoc
+++ b/docs/modules/ROOT/pages/user-guide/command-mode.adoc
@@ -19,7 +19,7 @@ with a command line utility may suit much better in 
situations like this.
 There is just one thing where it would differ from a stock Camel Quarkus 
application:
 setting an exit condition in `application.properties`.
 
-The rest of the application - most notably the 
xref:latest@manual::routes.adoc[Route]
+The rest of the application - most notably the xref:manual::routes.adoc[Route]
 that performs the actual data transformation and transfer - will look the same 
like with a traditional Camel service.
 
 == A minimal Hello World!
diff --git a/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc 
b/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc
index 52b7f73..c5a6934 100644
--- a/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc
+++ b/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc
@@ -54,7 +54,7 @@ In case of the above example, it would be 
`camel-quarkus-timer`.
 In order to configure Camel routes, rests or templates in XML, you must add a 
Camel XML parser dependency to the classpath.
 Since Camel Quarkus 1.8.0, 
`xref:reference/extensions/xml-io-dsl.adoc[camel-quarkus-xml-io-dsl]` is the 
best choice.
 
-With Camel Main, you can set a property that points to the location of 
resources XML files such as routes, xref:latest@manual::rest-dsl.adoc[REST DSL] 
and xref:latest@manual::route-template.adoc[Route templates]:
+With Camel Main, you can set a property that points to the location of 
resources XML files such as routes, xref:manual::rest-dsl.adoc[REST DSL] and 
xref:manual::route-template.adoc[Route templates]:
 
 [source,properties]
 ----
diff --git a/docs/modules/ROOT/pages/user-guide/dependency-management.adoc 
b/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
index 510bd02..e2eb924 100644
--- a/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
+++ b/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
@@ -8,13 +8,10 @@ The easiest and most straightforward way to get the 
dependency versions right is
 It will produce a project with the `io.quarkus:quarkus-universe-bom` set up in 
the `<depependencyManagement>` section
 of your `pom.xml` file.
 
-[NOTE]
-====
-BOM stands for "Bill of Materials" - it is a `pom.xml` whose main purpose is 
to manage the versions of artifacts
+NOTE: BOM stands for "Bill of Materials" - it is a `pom.xml` whose main 
purpose is to manage the versions of artifacts
 so that end users importing the BOM in their projects do not need to care 
which particular versions of the artifacts
 are supposed to work together. In other words, having a BOM imported in the 
`<depependencyManagement>` section
 of your `pom.xml` allows you to avoid specifying versions for the dependencies 
managed by the given BOM.
-====
 
 `quarkus-universe-bom` manages the artifacts from Quarkus, Camel Quarkus and 
other participating projects,
 such as Hazelcast, Cassandra, Kogito, Optaplanner, etc.
diff --git a/docs/modules/ROOT/pages/user-guide/examples.adoc 
b/docs/modules/ROOT/pages/user-guide/examples.adoc
index 0ecba72..f01f0e2 100644
--- a/docs/modules/ROOT/pages/user-guide/examples.adoc
+++ b/docs/modules/ROOT/pages/user-guide/examples.adoc
@@ -1,6 +1,4 @@
 = Camel Quarkus Examples
-:page-aliases: examples.adoc
-:quarkus-examples-version: latest
 
 We offer several examples in 
https://github.com/apache/camel-quarkus-examples[Camel Quarkus examples 
repository]. To
 learn how to use them, please follow the 
xref:user-guide/first-steps.adoc[First steps] chapter of the User guide.
@@ -11,4 +9,4 @@ Number of Examples: 
jsonpathCount:{quarkus-examples-version}@camel-quarkus-examp
 | Example | Description
 |===
 
-jsonpathTable::{quarkus-examples-version}@camel-quarkus-examples:ROOT:attachment$examples.json['$[*]',
 '$\{link}[$\{title}],description']
+jsonpathTable::{quarkus-examples-version}@camel-quarkus-examples:ROOT:attachment$examples.json["$[*]",cellformats=
 "`$\{link}[$\{title}]`|description"]
diff --git a/docs/modules/ROOT/pages/user-guide/native-mode.adoc 
b/docs/modules/ROOT/pages/user-guide/native-mode.adoc
index 993b137..df157cc 100644
--- a/docs/modules/ROOT/pages/user-guide/native-mode.adoc
+++ b/docs/modules/ROOT/pages/user-guide/native-mode.adoc
@@ -65,7 +65,7 @@ Please refer to 
https://quarkus.io/guides/building-native-image#quarkus-native-p
 [[using-onexception-clause-in-native-mode]]
 == Using the onException clause in native mode
 
-When using xref:latest@manual::exception-clause.adoc[camel onException 
handling] in native mode, it is the application developers responsibility to 
register exception classes for reflection.
+When using xref:manual::exception-clause.adoc[camel onException handling] in 
native mode, it is the application developers responsibility to register 
exception classes for reflection.
 
 For instance, having a camel context with onException handling as below:
 
diff --git a/docs/modules/ROOT/pages/user-guide/observability.adoc 
b/docs/modules/ROOT/pages/user-guide/observability.adoc
index defa259..6ea4bdc 100644
--- a/docs/modules/ROOT/pages/user-guide/observability.adoc
+++ b/docs/modules/ROOT/pages/user-guide/observability.adoc
@@ -4,7 +4,7 @@
 
 Health & liveness checks are supported via the
 xref:reference/extensions/microprofile-health.adoc[MicroProfile Health] 
extension. They can be configured via the
-xref:latest@manual::health-check.adoc[Camel Health] API or via
+xref:manual::health-check.adoc[Camel Health] API or via
 https://quarkus.io/guides/microprofile-health[Quarkus MicroProfile Health].
 
 All configured checks are available on the standard MicroProfile Health 
endpoint URLs:
diff --git a/docs/modules/ROOT/pages/reference/components.adoc 
b/docs/modules/ROOT/partials/reference/summary-table.adoc
similarity index 58%
copy from docs/modules/ROOT/pages/reference/components.adoc
copy to docs/modules/ROOT/partials/reference/summary-table.adoc
index ea36cc3..3154608 100644
--- a/docs/modules/ROOT/pages/reference/components.adoc
+++ b/docs/modules/ROOT/partials/reference/summary-table.adoc
@@ -1,19 +1,16 @@
-= Camel components supported on Quarkus
-:indexer-version: 2.0.0
-:indexer-component: components
-:indexer-module: ROOT
-:indexer-rel-filter: *-component.adoc
-:indexer-human-readable-kind: Component
-:indexer-human-readable-kind-plural: components
-
 There are 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id]
 {indexer-human-readable-kind-plural} 
(indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes='cq-artifact-id,cq-deprecated=true']
 deprecated, 
indexCount:[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}"
 [...]
 
 [.counted-table,width="100%",cols="4,1,1,1,1,5",options="header"]
 |===
-| {indexer-human-readable-kind} | Artifact | JVM +
-since | Native +
-since | Support +
-level | Description
+| {indexer-human-readable-kind}
+| Artifact
+| JVM +
+since
+| Native +
+since
+| Support +
+level
+| Description
 |===
 
-indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id,cells="=`xref:reference/extensions/$\{cqArtifactIdBase}.adoc[$\{cqCamelPartTitle}]`,cq-artifact-id,cq-jvm-since,cq-native-since,cq-status-deprecation,cq-camel-part-description"]
+indexTable::[version="{indexer-version}",component="{indexer-component}",module="{indexer-module}",relative="{indexer-rel-filter}",attributes=cq-artifact-id,cellformats="`xref:reference/extensions/$\{cqArtifactIdBase}.adoc[$\{cqCamelPartTitle}]`|cqArtifactId|cqJvmSince|cqNativeSince|cqStatus|cqCamelPartDescription"]
diff --git a/extensions/microprofile-health/runtime/src/main/doc/usage.adoc 
b/extensions/microprofile-health/runtime/src/main/doc/usage.adoc
index b7350b9..51a70db 100644
--- a/extensions/microprofile-health/runtime/src/main/doc/usage.adoc
+++ b/extensions/microprofile-health/runtime/src/main/doc/usage.adoc
@@ -1,4 +1,4 @@
-You can register health checks for your applications with the 
xref:latest@manual::health-check.adoc[Camel health check API].
+You can register health checks for your applications with the 
xref:manual::health-check.adoc[Camel health check API].
 
 By default, classes extending `AbstractHealthCheck` are registered as both 
liveness and readiness checks. You can override the `isReadiness` method to 
control this behaviour.
 
diff --git a/pom.xml b/pom.xml
index 34d46ef..ccc20f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,8 @@
         <!-- Primary dependencies - maintained manually -->
         <camel.major.minor>3.11</camel.major.minor> <!-- run after each 
change: cd docs && mvnd validate -->
         <camel.version>${camel.major.minor}.0</camel.version>
-        
<camel.docs.components.xref>${camel.major.minor}.x@components</camel.docs.components.xref><!--
 the version in Camel's docs/components/antora.yml -->
+        
<camel.docs.components.version>${camel.major.minor}.x</camel.docs.components.version><!--
 the version in Camel's docs/components/antora.yml -->
+        
<camel.docs.components.xref>${camel.docs.components.version}@components</camel.docs.components.xref><!--
 the version in Camel's docs/components/antora.yml -->
         
<camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The 
stable branch on which our Antora docs depends -->
 
         <cassandra-quarkus.version>1.1.0-rc2</cassandra-quarkus.version><!-- 
https://repo1.maven.org/maven2/com/datastax/oss/quarkus/cassandra-quarkus-bom/ 
-->

Reply via email to