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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 12d47d6  feat: add Spring Boot starters project
12d47d6 is described below

commit 12d47d631a63081e4362ef1935abe8d50b99c46e
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Thu Feb 13 13:05:01 2020 +0100

    feat: add Spring Boot starters project
    
    This adds the Spring Boot starters to the Projects menu and links from
    the homepage.
---
 config.toml       | 9 ++++++++-
 content/_index.md | 8 ++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index e30f660..9d9460d 100644
--- a/config.toml
+++ b/config.toml
@@ -43,7 +43,14 @@ timeout = 300000
     parent = "projects"
     weight = 3
     identifier = "project-camel-kafka-connector"
-    url = "/projects/camel-kafka-connector/"    
+    url = "/projects/camel-kafka-connector/"
+
+[[menu.main]]
+    name = "Camel Spring Boot"
+    parent = "projects"
+    weight = 4
+    identifier = "project-camel-spring-boot"
+    url = "/camel-spring-boot/latest/"
 
 [[menu.main]]
     name = "Documentation"
diff --git a/content/_index.md b/content/_index.md
index 64ad676..c105546 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -76,6 +76,14 @@ Camel supports around 50 data formats, allowing to 
<mark>translate messages</mar
 <a class="significant" href="./camel-kafka-connector/latest/">Read the docs</a>
 {{< /div >}}
 
+{{< div "project" >}}
+# Camel Spring Boot
+
+**Apache Camel Spring Boot** run Camel on [Spring 
Boot](https://spring.io/projects/spring-boot).
+
+<a class="significant" href="./camel-spring-boot/latest/">Read the docs</a>
+{{< /div >}}
+
 {{< /section >}}
 
 {{< section "frontpage columns apache" >}}

Reply via email to