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-k.git
The following commit(s) were added to refs/heads/main by this push:
new fb506625e Fix website build
fb506625e is described below
commit fb506625e1198a64f4cb0f38bb6efbf542787634
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Oct 15 09:04:12 2024 +0200
Fix website build
---
docs/modules/ROOT/pages/index.adoc | 41 --------------------------------------
1 file changed, 41 deletions(-)
diff --git a/docs/modules/ROOT/pages/index.adoc
b/docs/modules/ROOT/pages/index.adoc
index e66aebbc1..186a48739 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -34,44 +34,3 @@ kubectl -f helloworld.yaml
The integration code will immediately run in the cloud. Continue reading the
documentation to xref:installation/installation.adoc[install and get started
with Camel K].
-== Camel dependencies matrix
---
-ifdef::prerelease[NOTE: This is a development version of
{page-component-title}. It should not be used in production.]
---
-
-From Camel K version 2 onward you will be able to use any Camel K Runtime.
Each runtime depends on a Camel Quarkus, Camel and Quarkus Platform version.
Every Camel K has a default runtime used, but you can
xref:configuration/runtime-version.adoc[pick any Camel K Runtime available]
(backward and forward compatible).
-
-[caption=]
-.Camel dependencies matrix
-[width="100%",cols="4,2,2,2,2,2,1,3",options="header"]
-|===
-|Camel K Version
-|(Default) Camel K Runtime
-|Camel Quarkus
-|Camel
-|Quarkus
-|Branch
-|===
-
-//cannot use top level index.adoc as the page with the query is always omitted.
-indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
pageComponentVersion)|camelKRuntimeVersion|util.camelQuarkusRef(camelQuarkusVersion,
camelQuarkusDocsVersion)|util.camelRef(camelVersion,
camelDocsVersion)|util.quarkusRef(quarkusVersion)|ck.branch(pageComponentVersion)",
requires={requires},transform=util.sortCompatibilityItems]
-
-== Other APIs version matrix
-
-Below you can find a list of the main dependencies and APIs used by Camel K
and the related compatibility.
-
-[caption=]
-.Kubernetes and other dependencies
-[width="100%",cols="4,2,2,2,2,2,2",options="header"]
-|===
-|Camel K Version
-|Kubernetes API
-|Operator Framework API
-|Knative API
-|Service Binding Operator
-|Prometheus Operator
-|Kustomize version
-|===
-
-//cannot use top level index.adoc as the page with the query is always omitted.
-indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
pageComponentVersion)|kubernetesApiVersion|operatorFwkApiVersion|knativeApiVersion|serviceBindingOpVersion|prometheusOpVersion|kustomizeVersion",
requires={requires},transform=util.sortCompatibilityItems]