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

davsclaus 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 d1de8f7  CAMEL-15216 : Omit the warning of section levels
d1de8f7 is described below

commit d1de8f7e44414a0b9c5babacd10ff0907fff7460
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 23 14:55:38 2020 +0200

    CAMEL-15216 : Omit the warning of section levels
---
 components/camel-djl/src/main/docs/djl-component.adoc | 10 ++++++++++
 docs/components/modules/ROOT/pages/djl-component.adoc | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/components/camel-djl/src/main/docs/djl-component.adoc 
b/components/camel-djl/src/main/docs/djl-component.adoc
index 118f63b..463e76a 100644
--- a/components/camel-djl/src/main/docs/djl-component.adoc
+++ b/components/camel-djl/src/main/docs/djl-component.adoc
@@ -29,6 +29,16 @@ following dependency to their `pom.xml`:
 </dependency>
 ----
 
+== URI format
+
+[source,text]
+----
+djl:application
+----
+
+You can append query options to the URI in the following format,
+`?option=value&option=value&...`
+
 // component options: START
 The Deep Java Library component supports 2 options, which are listed below.
 
diff --git a/docs/components/modules/ROOT/pages/djl-component.adoc 
b/docs/components/modules/ROOT/pages/djl-component.adoc
index 99b7771..1a46404 100644
--- a/docs/components/modules/ROOT/pages/djl-component.adoc
+++ b/docs/components/modules/ROOT/pages/djl-component.adoc
@@ -31,6 +31,16 @@ following dependency to their `pom.xml`:
 </dependency>
 ----
 
+== URI format
+
+[source,text]
+----
+djl:application
+----
+
+You can append query options to the URI in the following format,
+`?option=value&option=value&...`
+
 // component options: START
 The Deep Java Library component supports 2 options, which are listed below.
 

Reply via email to