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 4cc64461e15ba1b911b5e68efb96dd639ea22963 Author: aashnajena <jenaaas...@gmail.com> AuthorDate: Mon Mar 9 21:57:03 2020 +0530 fixing unnecessary changes --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 210086b..d35c294 100644 --- a/config.toml +++ b/config.toml @@ -88,42 +88,42 @@ timeout = 300000 [[menu.main]] name = "Camel K" parent = "docs" - weight = 4 + 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"