Regen docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52296229 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52296229 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/52296229 Branch: refs/heads/master Commit: 5229622971680ff20a45f81420545008027198da Parents: b3f38d6 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Sep 25 09:07:25 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Sep 25 09:07:25 2017 +0200 ---------------------------------------------------------------------- examples/README.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/52296229/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index 06b57db..830409a 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -11,10 +11,10 @@ View the individual example READMEs for details. ### Examples // examples: START -Number of Examples: 98 (8 deprecated) +Number of Examples: 97 (8 deprecated) [width="100%",cols="4,2,4",options="header"] -|======================================================================= +|=== | Example | Category | Description | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection @@ -44,6 +44,8 @@ Number of Examples: 98 (8 deprecated) | link:camel-example-spring-boot/readme.adoc[Spring Boot] (camel-example-spring-boot) | Beginner | An example showing how to work with Camel and Spring Boot +| link:camel-example-spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (camel-example-spring-boot-health-checks) | Beginner | An example showing how to work with Camel's Health Checks and Spring Boot + | link:camel-example-spring-boot-live-reload/readme.adoc[Spring Boot Live Reload] (camel-example-spring-boot-live-reload) | Beginner | An example showing how to use the live reload feature of Spring Boot with Camel | link:camel-example-spring-boot-pojo/README.adoc[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot @@ -217,7 +219,7 @@ Number of Examples: 98 (8 deprecated) | link:camel-example-cxf-tomcat/README.md[CXF Tomcat] (camel-example-cxf-tomcat) | WebService | An example using Camel CXF (code first) with Apache Tomcat | link:camel-example-spring-ws/README.md[Spring WebService] (camel-example-spring-ws) | WebService | An example showing how to work with Camel and Spring Web Services -|======================================================================= +|=== // examples: END