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 09aab95  chore: add Camel Kafka Connector documentation
09aab95 is described below

commit 09aab955b83d64a8fbda5cb3936a6aaa74a74829
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Tue Feb 11 15:27:41 2020 +0100

    chore: add Camel Kafka Connector documentation
    
    This adds Camel Kafka Connector to the Documentation menu, list of
    sub-projects, and renders the documentation from the
    `camel-kafka-connector` git repository.
---
 config.toml       | 13 ++++++++++---
 content/_index.md |  8 ++++++++
 site.yml          |  3 +++
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml
index 72574b5..b3a4888 100644
--- a/config.toml
+++ b/config.toml
@@ -79,23 +79,30 @@ timeout = 300000
     url = "/camel-quarkus/latest/"
 
 [[menu.main]]
-    name = "Enterprise Integration Patterns"
+    name = "Camel Kafka Connector"
     parent = "docs"
     weight = 6
+    identifier = "camel-kafka-connector"
+    url = "/camel-kafka-connector/latest/"
+
+[[menu.main]]
+    name = "Enterprise Integration Patterns"
+    parent = "docs"
+    weight = 7
     identifier = "eip"
     url = "/manual/latest/enterprise-integration-patterns.html"
 
 [[menu.main]]
     name = "Camel 2.x to 3.0 Migration Guide"
     parent = "docs"
-    weight = 7
+    weight = 8
     identifier = "camel-3-migration-guide"
     url = "/manual/latest/camel-3-migration-guide.html"
 
 [[menu.main]]
     name = "Camel 3.x Upgrade Guide"
     parent = "docs"
-    weight = 8
+    weight = 9
     identifier = "camel-3x-upgrade-guide"
     url = "/manual/latest/camel-3x-upgrade-guide.html"
 
diff --git a/content/_index.md b/content/_index.md
index 10bf70c..64ad676 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -68,6 +68,14 @@ Camel supports around 50 data formats, allowing to 
<mark>translate messages</mar
 <a class="significant" href="./camel-quarkus/latest/">Read the docs</a>
 {{< /div >}}
 
+{{< div "project" >}}
+# Camel Kafka Connector
+
+**Apache Camel Kafka Connector** embeds Camel within [Kafka 
Connect](https://kafka.apache.org/documentation/#connect), enabling declarative 
use of Camel components as sources or sinks to Kafka topics.
+
+<a class="significant" href="./camel-kafka-connector/latest/">Read the docs</a>
+{{< /div >}}
+
 {{< /section >}}
 
 {{< section "frontpage columns apache" >}}
diff --git a/site.yml b/site.yml
index 9c6069b..b71364a 100644
--- a/site.yml
+++ b/site.yml
@@ -17,6 +17,9 @@ content:
     - url: g...@github.com:apache/camel-quarkus.git
       branches: master
       start_path: docs
+    - url: g...@github.com:apache/camel-kafka-connector.git
+      branches: master
+      start_path: docs
 
 ui:
   bundle:

Reply via email to