You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/10 10:54:58 UTC

[camel-website] 01/01: Add Camel 3.x migration guide to menu

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

davsclaus pushed a commit to branch 3xguide
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 9fcd6c22ea5b51dda1b4b8d927187e60aa0d874b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 10 11:54:39 2019 +0100

    Add Camel 3.x migration guide to menu
---
 config.toml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index f28cf44..673b276 100644
--- a/config.toml
+++ b/config.toml
@@ -86,13 +86,20 @@ timeout = 300000
     url = "/manual/latest/enterprise-integration-patterns.html"
 
 [[menu.main]]
-    name = "Camel 3 Migration Guide"
+    name = "Camel 2.x to 3.0 Migration Guide"
     parent = "docs"
     weight = 7
     identifier = "camel-3-migration-guide"
     url = "/manual/latest/camel-3-migration-guide.html"
 
 [[menu.main]]
+    name = "Camel 3.x Migration Guide"
+    parent = "docs"
+    weight = 8
+    identifier = "camel-3x-migration-guide"
+    url = "/manual/latest/camel-3x-migration-guide.html"
+
+[[menu.main]]
     name = "Community"
     identifier = "community"
     weight = 5