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

davsclaus pushed a commit to branch feature/CAMEL-23722-cli-docs-restructure
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5c9788c8c2b7ef203ce03b0ff1da0796881c5a19
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 9 17:28:16 2026 +0200

    CAMEL-23722: Reorder CLI docs nav by importance
    
    Move Dev Services up after Running Routes since infrastructure setup
    is typically one of the first things developers do.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 docs/user-manual/modules/ROOT/nav.adoc               | 2 +-
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/nav.adoc 
b/docs/user-manual/modules/ROOT/nav.adoc
index be81c4033f96..d10275e4a161 100644
--- a/docs/user-manual/modules/ROOT/nav.adoc
+++ b/docs/user-manual/modules/ROOT/nav.adoc
@@ -8,12 +8,12 @@
 ** xref:camel-jbang.adoc[Camel CLI]
 *** xref:camel-jbang-getting-started.adoc[Getting Started]
 *** xref:camel-jbang-running.adoc[Running Routes]
+*** xref:camel-jbang-dev-services.adoc[Dev Services]
 *** xref:camel-jbang-devtools.adoc[Development Tools]
 *** xref:camel-jbang-debugging.adoc[Debugging]
 *** xref:camel-jbang-transforming.adoc[Data Transformation]
 *** xref:camel-jbang-managing.adoc[Managing Integrations]
 *** xref:camel-jbang-projects.adoc[Projects and Catalog]
-*** xref:camel-jbang-dev-services.adoc[Dev Services]
 *** xref:camel-jbang-configuration.adoc[Configuration]
 *** xref:jbang-commands/camel-jbang-commands.adoc[Command Reference]
 *** xref:camel-jbang-launcher.adoc[Camel CLI Launcher]
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 7e7560f435a3..f265c60c0d35 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -79,6 +79,10 @@ TIP: You can also install without JBang using the 
xref:camel-jbang-launcher.adoc
 | Dev mode with hot reload, profiles, properties, dependency management, 
GitHub-hosted routes,
   Pipes, clipboard, Spring Boot and Quarkus runtimes.
 
+| xref:camel-jbang-dev-services.adoc[Dev Services]
+| Start and manage local infrastructure services (databases, message brokers, 
etc.)
+  for development and testing, powered by Camel test-infra and containers.
+
 | xref:camel-jbang-devtools.adoc[Development Tools]
 | Sending and receiving messages, dependency injection, JDBC configuration,
   terminal scripting, validate plugin.
@@ -98,10 +102,6 @@ TIP: You can also install without JBang using the 
xref:camel-jbang-launcher.adoc
 | Component catalog, exporting to Spring Boot / Quarkus / Camel Main,
   SBOM generation, plugin management, version management, automated upgrades.
 
-| xref:camel-jbang-dev-services.adoc[Dev Services]
-| Start and manage local infrastructure services (databases, message brokers, 
etc.)
-  for development and testing, powered by Camel test-infra and containers.
-
 | xref:camel-jbang-configuration.adoc[Configuration]
 | CLI configuration options, config commands, configuration precedence, 
troubleshooting.
 

Reply via email to