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 f68cac74 Fix website build and backport doc changes from main
f68cac74 is described below

commit f68cac74f7294b55ae88e670a8eac7bcb88fee2c
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 15 14:14:26 2025 +0100

    Fix website build and backport doc changes from main
---
 docs/modules/ROOT/pages/index.adoc | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index 4e73892f..4fd8fcf8 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -26,10 +26,18 @@ ifndef::prerelease[This release will not be updated, but 
rather replaced by a ne
 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`.
+
+== Development guide
+
+Kamelets are extensible components. Look at the guide and learn 
xref:development.adoc[how to develop a new Kamelet].
+
 == Compatibility Matrix
 
 [caption=]
-.Compatibility between Camel-K and related subprojects
+.Compatibility between Kamelets catalog and related subprojects
 [width="100%",cols="4,2,2,2,1,3",options="header"]
 |===
 |Camel-Kamelets Version
@@ -45,10 +53,9 @@ 
indexTable::[version="*",relative="avro-deserialize-action.adoc",cellformats="ut
 
 This page contains the default Apache Camel Kamelets catalog.
 
-Consult the 
xref:{camel-k-docs-version}@camel-k::kamelets/kamelets-user.adoc[Kamelets User 
Guide] for information about how to use these.
+Consult the Kamelets User Guide for information about how to use these.
 
-**We love contributions for this catalog**: you can follow the 
xref:{camel-k-docs-version}@camel-k::kamelets/kamelets-dev.adoc[Kamelets 
Developer Guide]
-for information on how to create new Kamelets and contribute them to the 
official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
+**We love contributions for this catalog**: you can follow the Kamelets 
Developer Guide for information on how to create new Kamelets and contribute 
them to the official 
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets] 
repository.
 
 [indexBlock,'xref=$xref']
 ----

Reply via email to