This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/2.13.x by this push:
new b14ffec239 Remove superfluous actions heading from controlbus docs
b14ffec239 is described below
commit b14ffec2396591b8e48c6462e7bd866636d9c718
Author: James Netherton <[email protected]>
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`: