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 2022/01/28 05:52:33 UTC

[camel] branch main updated: Update book-getting-started.adoc (#6842)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f779e08  Update book-getting-started.adoc (#6842)
f779e08 is described below

commit f779e081f88403676c04e4d5ef20c018911c241c
Author: Eray Erdem <42...@users.noreply.github.com>
AuthorDate: Fri Jan 28 08:51:06 2022 +0300

    Update book-getting-started.adoc (#6842)
    
    yaml dsl is experimental . I'm not sure if I should add yaml to the documentation
---
 docs/user-manual/modules/ROOT/pages/book-getting-started.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/book-getting-started.adoc b/docs/user-manual/modules/ROOT/pages/book-getting-started.adoc
index 16906cb..eb2ef53 100644
--- a/docs/user-manual/modules/ROOT/pages/book-getting-started.adoc
+++ b/docs/user-manual/modules/ROOT/pages/book-getting-started.adoc
@@ -462,9 +462,9 @@ is, condition).
 
 A _route_ is the step-by-step movement of a `Message` from an input
 queue, through arbitrary types of decision making (such as filters and
-routers) to a destination queue (if any). Camel provides two ways for an
-application developer to specify routes. One way is to specify route
-information in an XML file. A discussion of that approach is outside the
+routers) to a destination queue (if any). Camel provides three ways for an
+application developer to specify routes. First two ways is to specify route
+information in an XML or YAML file. A discussion of that approach is outside the
 scope of this document. The other way is through what Camel calls a Java
 _DSL_ (domain-specific language).