davsclaus commented on code in PR #9665:
URL: https://github.com/apache/camel/pull/9665#discussion_r1150575954


##########
docs/user-manual/modules/ROOT/pages/dsl.adoc:
##########
@@ -10,6 +10,7 @@ languages (DSL) as listed below:
 * xref:components::spring-summary.adoc[Spring XML] - A XML based DSL in 
classic Spring XML files.
 * xref:components:others:yaml-dsl.adoc[Yaml DSL] for creating routes using 
YAML format.
 * xref:rest-dsl.adoc[Rest DSL] - A DSL to define REST services using REST 
verbs.
+* xref:groovy-dsl.adoc[Groovy DSL] - A Groovy based DSL using the fluent 
builder style.

Review Comment:
   Yes its not real groovy DSL, its a facade on top of Java DSL. So its better 
to just say
   
   A DSL supporting using Groovy
   
   And btw its the same for Kotlin DSL, it can be added as well



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to