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 c2daecbd5fe7 chore: fix camel-milvus docs tabs rendering and 4.23 
upgrade guide xref
c2daecbd5fe7 is described below

commit c2daecbd5fe77896dc9b8d49441b4353a0e13f8b
Author: Adriano Machado <[email protected]>
AuthorDate: Fri Aug 14 01:50:05 2026 -0400

    chore: fix camel-milvus docs tabs rendering and 4.23 upgrade guide xref
    
    Fix missing list continuation marker in milvus-component.adoc tabs block
    and qualify ai-observability.adoc xref with next@ in the 4.23 upgrade guide
    since the page only exists on main/next. Regenerate catalog mirror.
    
    Closes #25494
    
    Co-authored-by: Claude Opus 5 <[email protected]>
    Co-authored-by: Claude Sonnet 5 <[email protected]>
---
 .../resources/org/apache/camel/catalog/docs/milvus-component.adoc       | 1 +
 components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc    | 1 +
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc    | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/milvus-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/milvus-component.adoc
index dc115f599fb4..3c9f57a78b48 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/milvus-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/milvus-component.adoc
@@ -177,6 +177,7 @@ As an example, you could think about these routes:
 [tabs]
 ====
 Java::
++
 [source,java]
 ----
     protected RoutesBuilder createRouteBuilder() {
diff --git 
a/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc 
b/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc
index dc115f599fb4..3c9f57a78b48 100644
--- a/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc
+++ b/components/camel-ai/camel-milvus/src/main/docs/milvus-component.adoc
@@ -177,6 +177,7 @@ As an example, you could think about these routes:
 [tabs]
 ====
 Java::
++
 [source,java]
 ----
     protected RoutesBuilder createRouteBuilder() {
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
index c6523bebb77b..b0e94be0696a 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
@@ -53,7 +53,7 @@ LangChain4j components also expose request model names on new 
exchange headers
 (`CamelLangChain4j*RequestModel`). The response model header 
(`CamelLangChain4j*ResponseModel`) is set when
 the underlying client exposes it (for example langchain4j-chat); the agent and 
embeddings producers omit it when
 unavailable. See
-xref:components:others:ai-observability.adoc[AI Observability] for metric 
names and span attributes.
+xref:next@components:others:ai-observability.adoc[AI Observability] for metric 
names and span attributes.
 
 === camel-archetypes
 

Reply via email to