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

gzurowski 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 ae5994e9ab9 Fix heading levels
ae5994e9ab9 is described below

commit ae5994e9ab959299e1d543278082cff9b1ad1020
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Tue Dec 26 13:54:19 2023 +0100

    Fix heading levels
---
 .../src/main/docs/dynamic-router-control-component.adoc             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
 
b/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
index 3597f989e23..b5912332a41 100644
--- 
a/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
+++ 
b/components/camel-dynamic-router/src/main/docs/dynamic-router-control-component.adoc
@@ -43,7 +43,7 @@ include::partial$component-endpoint-options.adoc[]
 Subscribing can be achieved by using query parameters in the control endpoint 
URI, or by sending a
 `DynamicRouterControlMessage` to the control endpoint URI.
 
-===== URI examples
+==== URI examples
 
 .Example Java URI `RouteBuilder` Subscription
 [source,java]
@@ -85,7 +85,7 @@ dynamic URI, we have to send subscription parameters from a 
`ProducerTemplate` i
 endpoint uses headers "under the hood", because the URI params are converted 
to headers, so we can set the headers
 deliberately.
 
-===== DynamicRouterControlMessage example
+==== DynamicRouterControlMessage example
 
 .Example Java `DynamicRouterControlMessage` Subscription
 [source,java]
@@ -107,7 +107,7 @@ Like subscribing, unsubscribing can also  be achieved by 
using query parameters
 sending a `DynamicRouterControlMessage` to the control endpoint URI.  The 
difference is that unsubscribing can be
 achieved by using either one or two parameters.
 
-===== URI examples
+==== URI examples
 
 .Example Java URI `RouteBuilder` Unsubscribe
 [source,java]

Reply via email to