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

davsclaus pushed a commit to branch fix/doc-section-level
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1d4fdad98f126032c547a33e46e23437e9d39c95
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 11 13:31:15 2026 +0200

    chore: fix section title level in camel-jbang-configuration.adoc
    
    Level 2 (===) directly under level 0 (=) causes Antora build failure.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-jbang-configuration.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-configuration.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-configuration.adoc
index 6ace19aaa0c0..68f21d99d356 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-configuration.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-configuration.adoc
@@ -3,7 +3,7 @@
 This page covers configuring the Camel CLI — available options, configuration 
commands, and how to set up your environment.
 
 // jbang options: START
-=== Camel CLI configurations
+== Camel CLI configurations
 The camel.jbang supports 48 options, which are listed below.
 
 [width="100%",cols="2,5,^1,2",options="header"]

Reply via email to