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/10 10:08:42 UTC

[camel] branch master updated: CAMEL-11492: offer an introduction to user manual page apart from list of chapters.

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.git


The following commit(s) were added to refs/heads/master by this push:
     new c7d5268  CAMEL-11492: offer an introduction to user manual page apart from list of chapters.
c7d5268 is described below

commit c7d52685a6bc4fa0e0eac983d87b6f3a6b974736
Author: AemieJ <ae...@hotmail.co.uk>
AuthorDate: Mon Mar 9 22:18:45 2020 -0700

    CAMEL-11492: offer an introduction to user manual page apart from list of chapters.
---
 docs/user-manual/modules/ROOT/pages/index.adoc | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index aeccd85..0b0ae32 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -1,3 +1,17 @@
+Apache Camel (TM) is a versatile open-source integration framework based on
+known xref:enterprise-integration-patterns.adoc[Enterprise Integration
+Patterns].
+
+Camel empowers you to define routing and mediation rules in a variety of
+domain-specific languages, including a Java-based xref:dsl.adoc[Fluent
+API], xref:spring.adoc[Spring] or
+xref:using-osgi-blueprint-with-camel.adoc[Blueprint]
+xref:xml-configuration.adoc[XML Configuration] files.
+This means you get smart completion of
+routing rules in your IDE, whether in a Java or XML editor.
+
+For a deeper and better understanding of Apache Camel, an xref:faq/what-is-camel.adoc[Introduction] is provided.
+
 = Summary
 
 * <<Overview>>
@@ -7,7 +21,6 @@
 
 == Overview
 
-* xref:faq/what-is-camel.adoc[Introduction]
 * xref:getting-started.adoc[Getting Started]
 * xref:book-getting-started.adoc[Longer Getting Started Guide]
 * xref:faq.adoc[FAQ]