You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/27 14:04:13 UTC

[camel-website] branch master updated: CAMEL-14803: Add Camel Karaf docs

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 efdceb4  CAMEL-14803: Add Camel Karaf docs
efdceb4 is described below

commit efdceb4748431744ca11c4ebb319ac22649ffaa2
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Mar 27 15:01:12 2020 +0100

    CAMEL-14803: Add Camel Karaf docs
    
    This adds the Camel Karaf Antora component to the build and to the
    frontpage.
    
    Note that with changes in #216 we have a different landing page for the
    documentation instead of the menu for the Documentation so this doesn't
    add the menu entry.
---
 antora-playbook.yml | 3 +++
 content/_index.md   | 8 ++++++++
 2 files changed, 11 insertions(+)

diff --git a/antora-playbook.yml b/antora-playbook.yml
index b9998ca..13cba93 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -45,6 +45,9 @@ content:
     - url: git@github.com:apache/camel-spring-boot.git
       branches: master
       start_path: docs
+    - url: git@github.com:apache/camel-karaf.git
+      branches: master
+      start_path: docs
 
 ui:
   bundle:
diff --git a/content/_index.md b/content/_index.md
index 353f9ff..f00b172 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -84,6 +84,14 @@ Camel supports around 50 data formats, allowing to <mark>translate messages</mar
 <a class="significant" href="./camel-spring-boot/latest/">Read the docs</a>
 {{< /div >}}
 
+{{< div "project" >}}
+# Camel Karaf
+
+**Apache Camel Karaf** run Camel in [OSGi](https://www.osgi.org/) container using [Apache Karaf](https://karaf.apache.org/).
+
+<a class="significant" href="./camel-karaf/latest/">Read the docs</a>
+{{< /div >}}
+
 {{< /section >}}
 
 {{< section "frontpage columns apache" >}}