You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2022/12/01 16:05:42 UTC

[camel-quarkus] branch main updated: Remove superfluous actions heading from controlbus docs

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3a31aace22 Remove superfluous actions heading from controlbus docs
3a31aace22 is described below

commit 3a31aace226f9dfab2971bd82a6e6b78b8bf16a9
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Dec 1 15:08:51 2022 +0000

    Remove superfluous actions heading from controlbus docs
---
 docs/modules/ROOT/pages/reference/extensions/controlbus.adoc | 4 +---
 extensions/controlbus/runtime/src/main/doc/usage.adoc        | 3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/controlbus.adoc b/docs/modules/ROOT/pages/reference/extensions/controlbus.adoc
index 354b2523d2..224af90dcd 100644
--- a/docs/modules/ROOT/pages/reference/extensions/controlbus.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/controlbus.adoc
@@ -47,11 +47,9 @@ endif::[]
 
 [id="extensions-controlbus-usage"]
 == Usage
-[id="extensions-controlbus-usage-actions"]
-=== Actions
 ifeval::[{doc-show-advanced-features} == true]
 [id="extensions-controlbus-usage-statistics"]
-==== Statistics
+=== Statistics
 
 When using the `stats` command endpoint, the `camel-quarkus-management` extension must be added as a project dependency to enable JMX. Maven users will have to add the following to their `pom.xml`:
 
diff --git a/extensions/controlbus/runtime/src/main/doc/usage.adoc b/extensions/controlbus/runtime/src/main/doc/usage.adoc
index cc4c3aacff..23319282e0 100644
--- a/extensions/controlbus/runtime/src/main/doc/usage.adoc
+++ b/extensions/controlbus/runtime/src/main/doc/usage.adoc
@@ -1,6 +1,5 @@
-=== Actions
 ifeval::[{doc-show-advanced-features} == true]
-==== Statistics
+=== Statistics
 
 When using the `stats` command endpoint, the `camel-quarkus-management` extension must be added as a project dependency to enable JMX. Maven users will have to add the following to their `pom.xml`: