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
The following commit(s) were added to refs/heads/master by this push: new f09a735 fix: config.toml should include params f09a735 is described below commit f09a7352465583dcd2a2d1fa543b066a61717d65 Author: nayananga@nayananga-Aspire-E5-575G <nayanangamuhandi...@gmail.com> AuthorDate: Wed Aug 21 00:52:15 2019 +0530 fix: config.toml should include params --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 5d292dc..f142d25 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,11 @@ staticDir = ["static", "documentation"] disableKinds = ["taxonomy", "taxonomyTerm"] enableRobotsTXT = true +[params] + socialProfiles = ["https://twitter.com/ApacheCamel"] + organizationLogo = "https://camel.apache.org/_/img/logo-d.svg" + organizationDescription = "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL." + [[menu.main]] name = "News" weight = 2