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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new e43267f0 Fix website build and backport doc changes from main
e43267f0 is described below

commit e43267f0027ab634f9748571c22adf8518635786
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Feb 15 16:52:38 2025 +0100

    Fix website build and backport doc changes from main
---
 docs/antora.yml                    |  2 +-
 docs/modules/ROOT/pages/index.adoc | 20 --------------------
 2 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 4a521f5c..ac65c6b1 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -31,7 +31,7 @@ asciidoc:
     prerelease: true
 #    version-used: true
 #    camel-k-version: next
-    camel-k-docs-version: next
+#    camel-k-docs-version: next
 #    camel-kafka-connector-version: none
 #    camel-kafka-connector-docs-version: none
     camel-version: 4.8.0
diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index 4fd8fcf8..7c606c95 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -6,26 +6,6 @@ This version ({page-component-display-version}) of 
{page-component-title} depend
 
 * xref:{camel-docs-version}@components::index.adoc[Camel] at version 
{camel-version}
 
-ifndef::version-used[It is not currently used by other subprojects such as 
camel-k or camel-kafka-connector.]
-ifdef::version-used[]
-It is used by:
-
-ifdef::camel-k-version[]
-* xref:{camel-k-docs-version}@camel-k::index.adoc[Camel-K] at version 
{camel-k-version}
-endif::[]
-ifdef::camel-kafka-connector-version[]
-* 
xref:{camel-kafka-connector-docs-version}@camel-kafka-connector::index.adoc[Camel
 Kafka Connector] at version {camel-kafka-connector-version}
-endif::[]
-
-endif::[]
-
-ifdef::lts[This long term service release will be supported until {lts}.]
-ifndef::lts[]
-ifdef::prerelease[This is the development version of {page-component-title}. 
It should not be used in production.]
-ifndef::prerelease[This release will not be updated, but rather replaced by a 
new release.]
-endif::[]
---
-
 == Kamelet specification
 
 Kamelets were originally born for Kubernetes and they have eventually moved to 
be used as Camel core resources. Its specification is a Kubernetes CRD 
specification. You can use it in your project by using Maven dependency 
`org.apache.camel.kamelets:camel-kamelets-crds`.

Reply via email to