This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 4.10.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 16ff2758c3b2fad082b3f83ffb25fd0da5b795f9 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 17 09:51:35 2025 +0100 New documentation for 4.10.x Signed-off-by: Andrea Cosentino <[email protected]> --- docs/antora.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 4a521f5c..356a08e3 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,9 +17,9 @@ name: camel-kamelets title: Kamelet Catalog -version: next -prerelease: true -display-version: Next (Pre-release) +version: 4.10.x +prerelease: false +display-version: 4.10.x (LTS) nav: - modules/ROOT/nav.adoc @@ -28,11 +28,11 @@ asciidoc: attributes: requires: "'util=camel-website-util,kamelets=xref:js/kamelets.js'" # Update to appropriate released camel-k version on release - prerelease: true + prerelease: false # version-used: true # camel-k-version: next - camel-k-docs-version: next +# camel-k-docs-version: 2.4.x # camel-kafka-connector-version: none # camel-kafka-connector-docs-version: none - camel-version: 4.8.0 - camel-docs-version: next + camel-version: 4.10.0 + camel-docs-version: 4.10.x
