This is an automated email from the ASF dual-hosted git repository.
acosentino 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 b5f3b42 CAMEL-13933: Add menu item for EIP patterns
new 8488396 Merge pull request #85 from alexkieling/master
b5f3b42 is described below
commit b5f3b42eed6185277f48b03f12cd600810bf8ba6
Author: Alexandre Kieling <[email protected]>
AuthorDate: Sun Sep 8 17:29:01 2019 -0300
CAMEL-13933: Add menu item for EIP patterns
---
config.toml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
index f142d25..7478639 100644
--- a/config.toml
+++ b/config.toml
@@ -78,6 +78,13 @@ enableRobotsTXT = true
url = "/camel-quarkus/latest/"
[[menu.main]]
+ name = "Enterprise Integration Patterns"
+ parent = "docs"
+ weight = 6
+ identifier = "eip"
+ url = "/manual/latest/enterprise-integration-patterns.html"
+
+[[menu.main]]
name = "Community"
identifier = "community"
weight = 5
@@ -182,4 +189,3 @@ enableRobotsTXT = true
[[module.mounts]]
source = "documentation/_/data"
target = "data"
-