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

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


The following commit(s) were added to refs/heads/main by this push:
     new 58fae6a63a Link to Camel 4.18.x documentation
58fae6a63a is described below

commit 58fae6a63a0120d691f6d7078cb9c261d767f542
Author: James Netherton <[email protected]>
AuthorDate: Mon Feb 23 13:07:12 2026 +0000

    Link to Camel 4.18.x documentation
---
 .github/workflows/pr-doc-validation.yml | 1 +
 docs/antora.yml                         | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr-doc-validation.yml 
b/.github/workflows/pr-doc-validation.yml
index 57eb41f3e6..be6ce366b5 100644
--- a/.github/workflows/pr-doc-validation.yml
+++ b/.github/workflows/pr-doc-validation.yml
@@ -24,6 +24,7 @@ on:
     paths:
       - '**.adoc'
       - '!**/README.adoc'
+      - 'docs/antora.yml'
 
 concurrency:
   group: ${{ github.ref }}-${{ github.workflow }}
diff --git a/docs/antora.yml b/docs/antora.yml
index 1b3aa6d9b6..6d679a83a0 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -29,7 +29,7 @@ asciidoc:
 
     # Project versions
     camel-version: 4.18.0 # replace ${camel.version}
-    camel-docs-version: next
+    camel-docs-version: 4.18.x
     camel-quarkus-version: 3.33.0 # replace ${camel-quarkus.version}
     quarkus-version: 3.32.0 # replace ${quarkus.version}
     graalvm-version: 23.1.2 # replace ${graalvm.version}
@@ -40,7 +40,7 @@ asciidoc:
     target-maven-version: 3.9.12 # replace ${target-maven-version}
 
     # Attributes used in xrefs to other Antora components
-    cq-camel-components: next@components
+    cq-camel-components: 4.18.x@components
     doc-link-icon-lock: "icon:lock"
     quarkus-examples-version: latest
 

Reply via email to