You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/04 06:26:26 UTC

[camel-examples] 05/07: Regen docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit ed0eb4ff42aadb48c1865e081862f6d8a470a176
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 4 07:23:25 2021 +0100

    Regen docs
---
 examples/README.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index 9a65d17..d249f31 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,7 +11,7 @@ View the individual example READMEs for details.
 == Examples
 
 // examples: START
-Number of Examples: 93 (0 deprecated)
+Number of Examples: 95 (0 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -47,6 +47,8 @@ Number of Examples: 93 (0 deprecated)
 
 | link:java8/README.adoc[Java8] (java8) | Beginner | An example for showing Camel DSL for Java 8
 
+| link:kafka-azure/README.adoc[Kafka Azure] (kafka-azure) | Beginner | An example for showing standalone Camel with Endpoint DSL and Kafka and Azure Storage Blob
+
 | link:kamelet/README.adoc[Kamelet] (kamelet) | Beginner | How to use Kamelets
 
 | link:kamelet-chucknorris/README.adoc[Kamelet Chucknorris] (kamelet-chucknorris) | Beginner | How easy it is to create your own Kamelets
@@ -84,6 +86,8 @@ Number of Examples: 93 (0 deprecated)
 
 | link:routeloader/README.adoc[Routeloader] (routeloader) | Beginner | Example loading and compiling Java routes on startup
 
+| 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:servlet-tomcat/README.adoc[Servlet Tomcat] (servlet-tomcat) | Beginner | An example using Camel Servlet with Apache Tomcat