diff --git a/README.adoc b/README.adoc
index 8765144f5..0fc86634a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -50,6 +50,12 @@ Number of Examples: 74 (0 deprecated)
| link:routeloader/README.adoc[Routeloader] (routeloader) | Advanced | Example loading and compiling Java routes on startup
+| link:routes-configuration/README.adoc[Routes Configuration] (routes-configuration) | Advanced | Example with global routes configuration for error handling
+
+| link:routetemplate/README.adoc[Routetemplate] (routetemplate) | Advanced | How to use route templates (parameterized routes)
+
+| link:routetemplate-xml/README.adoc[Routetemplate Xml] (routetemplate-xml) | Advanced | How to use route templates (parameterized routes) in XML
+
| link:basic/README.adoc[Basic] (basic) | Beginner | Basic example
| link:console/README.adoc[Console] (console) | Beginner | An example that reads input from the console
@@ -58,16 +64,6 @@ Number of Examples: 74 (0 deprecated)
| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | Shows using compiled simple language with jOOR compiler
-| link:kamelet/README.adoc[Kamelet] (kamelet) | Beginner | How to use Kamelets
-
-| link:minio/README.adoc[Minio] (minio) | Beginner | An example for showing Camel using MinIO Component
-
-| link:routes-configuration/README.adoc[Routes Configuration] (routes-configuration) | Beginner | Example with global routes configuration for error handling
-
-| link:routetemplate/README.adoc[Routetemplate] (routetemplate) | Beginner | How to use route templates (parameterized routes)
-
-| link:routetemplate-xml/README.adoc[Routetemplate Xml] (routetemplate-xml) | Beginner | How to use route templates (parameterized routes) in XML
-
| link:spring/README.adoc[Spring] (spring) | Beginner | An example showing how to work with Camel and Spring
| link:main/README.adoc[Main] (main) | Camel Standalone | An example for showing standalone Camel
@@ -136,6 +132,10 @@ Number of Examples: 74 (0 deprecated)
| link:ftp/README.adoc[FTP] (ftp) | File | An example for showing Camel FTP integration
+| link:minio/README.adoc[Minio] (minio) | File | An example for showing Camel using MinIO Component
+
+| link:kamelet/README.adoc[Kamelet] (kamelet) | Kamelet | How to use Kamelets
+
| link:kamelet-chucknorris/README.adoc[Kamelet Chucknorris] (kamelet-chucknorris) | Kamelet | How easy it is to create your own Kamelets
| link:kamelet-main/README.adoc[Kamelet Main] (kamelet-main) | Kamelet | How to easily run Kamelets
diff --git a/kamelet/pom.xml b/kamelet/pom.xml
index bb8acf215..304de7f51 100644
--- a/kamelet/pom.xml
+++ b/kamelet/pom.xml
@@ -33,7 +33,7 @@
How to use Kamelets
- Beginner
+ Kamelet
diff --git a/minio/pom.xml b/minio/pom.xml
index 48b5c2e83..fe65b5fc8 100644
--- a/minio/pom.xml
+++ b/minio/pom.xml
@@ -32,8 +32,7 @@
jar
- UTF-8
- Beginner
+ File
diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml
index fd3ead8cb..39edd64cc 100644
--- a/routes-configuration/pom.xml
+++ b/routes-configuration/pom.xml
@@ -33,7 +33,7 @@
Example with global routes configuration for error handling
- Beginner
+ Advanced
diff --git a/routetemplate-xml/pom.xml b/routetemplate-xml/pom.xml
index 5d46b1d3c..865683623 100644
--- a/routetemplate-xml/pom.xml
+++ b/routetemplate-xml/pom.xml
@@ -33,7 +33,7 @@
How to use route templates (parameterized routes) in XML
- Beginner
+ Advanced
diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml
index 3bf175c4e..6db2c4a28 100644
--- a/routetemplate/pom.xml
+++ b/routetemplate/pom.xml
@@ -33,7 +33,7 @@
How to use route templates (parameterized routes)
- Beginner
+ Advanced