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:16 UTC

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

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