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/09 14:50:15 UTC

[camel-website] branch master updated (a51cc0e -> 9237f27)

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

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


    from a51cc0e  Fixed articles left and right margins
     new db58bdb  added api documentation option
     new 9237f27  remove extra newlines

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config.toml | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)


[camel-website] 02/02: remove extra newlines

Posted by zr...@apache.org.
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

commit 9237f27604dbcd0755e88b788e165d925587f412
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 19:36:18 2020 +0530

    remove extra newlines
---
 config.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index 02beac0..d35c294 100644
--- a/config.toml
+++ b/config.toml
@@ -224,5 +224,4 @@ timeout = 300000
 
   [[module.mounts]]
     source = "documentation/_/data"
-    target = "data"
-    
\ No newline at end of file
+    target = "data"
\ No newline at end of file


[camel-website] 01/02: added api documentation option

Posted by zr...@apache.org.
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

commit db58bdbd73aaded7298b75e1ded22872d75dda95
Author: aashnajena <je...@gmail.com>
AuthorDate: Mon Mar 9 19:31:09 2020 +0530

    added api documentation option
---
 config.toml | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/config.toml b/config.toml
index 9d9460d..02beac0 100644
--- a/config.toml
+++ b/config.toml
@@ -79,44 +79,51 @@ timeout = 300000
     url = "/components/latest/"
 
 [[menu.main]]
-    name = "Camel K"
+    name = "API Documentation"
     parent = "docs"
     weight = 4
+    identifier = "api-documentation"
+    url = "https://www.javadoc.io/doc/org.apache.camel/camel-api/latest/index.html" 
+
+[[menu.main]]
+    name = "Camel K"
+    parent = "docs"
+    weight = 5
     identifier = "camel-k"
     url = "/camel-k/latest/"
 
 [[menu.main]]
     name = "Camel Quarkus"
     parent = "docs"
-    weight = 5
+    weight = 6
     identifier = "camel-quarkus"
     url = "/camel-quarkus/latest/"
 
 [[menu.main]]
     name = "Camel Kafka Connector"
     parent = "docs"
-    weight = 6
+    weight = 7
     identifier = "camel-kafka-connector"
     url = "/camel-kafka-connector/latest/"
 
 [[menu.main]]
     name = "Enterprise Integration Patterns"
     parent = "docs"
-    weight = 7
+    weight = 8
     identifier = "eip"
     url = "/manual/latest/enterprise-integration-patterns.html"
 
 [[menu.main]]
     name = "Camel 2.x to 3.0 Migration Guide"
     parent = "docs"
-    weight = 8
+    weight = 9
     identifier = "camel-3-migration-guide"
     url = "/manual/latest/camel-3-migration-guide.html"
 
 [[menu.main]]
     name = "Camel 3.x Upgrade Guide"
     parent = "docs"
-    weight = 9
+    weight = 10
     identifier = "camel-3x-upgrade-guide"
     url = "/manual/latest/camel-3x-upgrade-guide.html"
 
@@ -218,3 +225,4 @@ timeout = 300000
   [[module.mounts]]
     source = "documentation/_/data"
     target = "data"
+    
\ No newline at end of file