Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down