essobedo commented on code in PR #9665: URL: https://github.com/apache/camel/pull/9665#discussion_r1150578059
########## 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: ```suggestion * xref:groovy-dsl.adoc[Groovy DSL] - A Groovy-based DSL to create routes thanks to Closure and a specific Groovy extension module. ``` -- 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]
