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

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

commit 30529605e044d687113d476263eef9d59afd6414
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Oct 30 11:22:42 2021 +0200

    CAMEL-16861: Cleanup docs
---
 docs/user-manual-nav.adoc.template                                     | 2 +-
 docs/user-manual/modules/ROOT/nav.adoc                                 | 2 +-
 .../modules/ROOT/pages/{backlogdebugger.adoc => backlog-debugger.adoc} | 3 ---
 docs/user-manual/modules/ROOT/pages/index.adoc                         | 2 +-
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/docs/user-manual-nav.adoc.template 
b/docs/user-manual-nav.adoc.template
index 137dcf1..3a39b74 100644
--- a/docs/user-manual-nav.adoc.template
+++ b/docs/user-manual-nav.adoc.template
@@ -6,7 +6,7 @@
 * xref:architecture.adoc[Architecture]
  ** xref:async.adoc[Async]
  ** xref:asynchronous-routing-engine.adoc[Asynchronous Routing Engine]
- ** xref:backlogdebugger.adoc[Backlog debugger]
+ ** xref:backlog-debugger.adoc[Backlog debugger]
  ** xref:bam.adoc[Business Activity Monitoring]
  ** xref:batch-consumer.adoc[Batch Consumer]
  ** xref:browsable-endpoint.adoc[BrowsableEndpoint]
diff --git a/docs/user-manual/modules/ROOT/nav.adoc 
b/docs/user-manual/modules/ROOT/nav.adoc
index 09371a7..d842afb 100644
--- a/docs/user-manual/modules/ROOT/nav.adoc
+++ b/docs/user-manual/modules/ROOT/nav.adoc
@@ -28,7 +28,7 @@
 ** xref:camel-3-migration-guide.adoc[Camel 2.x to 3.0 Migration Guide]
 ** xref:camel-3x-upgrade-guide.adoc[Camel 3.x Upgrade Guide]
 * xref:architecture.adoc[Architecture]
-** xref:backlogdebugger.adoc[Backlog debugger]
+** xref:backlog-debugger.adoc[Backlog debugger]
 ** xref:backlog-tracer.adoc[Backlog Tracer]
 ** xref:batch-consumer.adoc[Batch Consumer]
 ** xref:bean-binding.adoc[Bean Binding]
diff --git a/docs/user-manual/modules/ROOT/pages/backlogdebugger.adoc 
b/docs/user-manual/modules/ROOT/pages/backlog-debugger.adoc
similarity index 97%
rename from docs/user-manual/modules/ROOT/pages/backlogdebugger.adoc
rename to docs/user-manual/modules/ROOT/pages/backlog-debugger.adoc
index 17c0d4b..d1ec1f8 100644
--- a/docs/user-manual/modules/ROOT/pages/backlogdebugger.adoc
+++ b/docs/user-manual/modules/ROOT/pages/backlog-debugger.adoc
@@ -14,7 +14,6 @@ You can enable or disable the BacklogDebugger dynamically, by 
calling
 
 NOTE: This requires to enabled JMX by including `camel-management` JAR in the 
classpath.
 
-[[BacklogDebugger-Options]]
 == Options
 
 [width="100%",cols="10%,20%,70%",options="header",]
@@ -37,7 +36,6 @@ Stream Caching.
 is that the file content has to be read from the file.
 |=======================================================================
 
-[[BacklogDebugger-Operations]]
 == Operations
 
 [width="100%",cols="10%,20%,70%",options="header",]
@@ -90,7 +88,6 @@ Exchange at the node.
 A timeout used for waiting for a message to arrive at a given breakpoint. `
 |=======================================================================
 
-[[BacklogDebugger-Enabling]]
 == Enabling
 
 You would need to enable this using the JMX API.
diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc 
b/docs/user-manual/modules/ROOT/pages/index.adoc
index 0ec0b5e..828ce11 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -65,7 +65,7 @@ For a deeper and better understanding of Apache Camel, an 
xref:faq:what-is-camel
 
 === xref:architecture.adoc[Architecture]
 
-* xref:backlogdebugger.adoc[BacklogDebugger]
+* xref:backlog-debugger.adoc[BacklogDebugger]
 * xref:backlog-tracer.adoc[BacklogTracer]
 * xref:batch-consumer.adoc[Batch Consumer]
 * xref:browsable-endpoint.adoc[BrowsableEndpoint]

Reply via email to