This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 07dda86348e2 chore: fix ai-patterns.adoc xref resolution for
versionless components
07dda86348e2 is described below
commit 07dda86348e20048ec7a9c16d81e494073a3fa42
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 25 09:50:32 2026 +0200
chore: fix ai-patterns.adoc xref resolution for versionless components
The user-manual and docs/main components are versionless (version: ~),
so Antora resolves unqualified xrefs to the latest non-prerelease
version of the components component (4.18.x). Since ai-patterns.adoc
only exists on main (version: next), add the next@ version qualifier
to the cross-component xrefs.
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Claus Ibsen <[email protected]>
---
docs/main/modules/reference/pages/index.adoc | 2 +-
docs/user-manual/modules/ROOT/pages/index.adoc | 2 +-
docs/user-manual/modules/ROOT/references.adoc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/main/modules/reference/pages/index.adoc
b/docs/main/modules/reference/pages/index.adoc
index b00c4d6ee1d3..f51fd5e98913 100644
--- a/docs/main/modules/reference/pages/index.adoc
+++ b/docs/main/modules/reference/pages/index.adoc
@@ -5,7 +5,7 @@
* xref:components:dataformats:index.adoc[Data Formats]
* xref:components:languages:index.adoc[Languages]
* xref:components:eips:enterprise-integration-patterns.adoc[EIP Patterns]
-* xref:components:eips:ai-patterns.adoc[AI Patterns]
+* xref:next@components:eips:ai-patterns.adoc[AI Patterns]
* xref:manual::examples.adoc[Examples]
* https://www.javadoc.io/doc/org.apache.camel/camel-api/latest/index.html[API
Documentation] for the latest version
diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc
b/docs/user-manual/modules/ROOT/pages/index.adoc
index 1601cc1b1bab..e05b5bac6721 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -32,7 +32,7 @@ For a deeper and better understanding of Apache Camel, an
xref:faq:what-is-camel
* xref:examples.adoc[Examples]
* xref:architecture.adoc[Architecture]
* xref:components:eips:enterprise-integration-patterns.adoc[EIP Patterns]
-* xref:components:eips:ai-patterns.adoc[AI Patterns]
+* xref:next@components:eips:ai-patterns.adoc[AI Patterns]
* xref:component-dsl.adoc[Component DSL]
* xref:Endpoint-dsl.adoc[Endpoint DSL]
* xref:dataformat-dsl.adoc[DataFormat DSL]
diff --git a/docs/user-manual/modules/ROOT/references.adoc
b/docs/user-manual/modules/ROOT/references.adoc
index b94d9df3c84e..1653f35e9e4d 100644
--- a/docs/user-manual/modules/ROOT/references.adoc
+++ b/docs/user-manual/modules/ROOT/references.adoc
@@ -3,4 +3,4 @@
** xref:components:dataformats:index.adoc[Data Formats]
** xref:components:languages:index.adoc[Languages]
** xref:components:eips:enterprise-integration-patterns.adoc[EIP Patterns]
-** xref:components:eips:ai-patterns.adoc[AI Patterns]
+** xref:next@components:eips:ai-patterns.adoc[AI Patterns]