This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch 4.8.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/4.8.x by this push: new 9118f357 Fix website build and backport doc changes from main 9118f357 is described below commit 9118f3571222ac81e7bb904818956bc647bfd71b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Feb 15 16:51:03 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 e5430907..15ac5862 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -31,7 +31,7 @@ asciidoc: prerelease: false # version-used: true # camel-k-version: next - camel-k-docs-version: 2.4.x +# camel-k-docs-version: 2.4.x # camel-kafka-connector-version: none # camel-kafka-connector-docs-version: none camel-version: 4.8.2 diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 324210ce..b8789fb8 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`.