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

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


The following commit(s) were added to refs/heads/main by this push:
     new 00c44bf99b6 (chores) doc: give more prominence to the rest DSL in the 
documentation
00c44bf99b6 is described below

commit 00c44bf99b6bc39ae62e8a39328bdb353eb40159
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Sep 4 10:47:59 2024 +0200

    (chores) doc: give more prominence to the rest DSL in the documentation
---
 docs/main/modules/working-with-camel-core/pages/index.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/main/modules/working-with-camel-core/pages/index.adoc 
b/docs/main/modules/working-with-camel-core/pages/index.adoc
index d1bcda18e29..ce8ceb3e945 100644
--- a/docs/main/modules/working-with-camel-core/pages/index.adoc
+++ b/docs/main/modules/working-with-camel-core/pages/index.adoc
@@ -42,6 +42,10 @@ If you have basic knowledge about _routes_, you can use the 
following guides to
 ** xref:manual::using-propertyplaceholder.adoc[Using Property Placeholder]
 ** xref:manual::variables.adoc[Using Variables]
 
+* Routes (Rest DSL)
+** xref:manual::rest-dsl.adoc[Rest DSL]
+** xref:manual::rest-dsl-openapi.adoc[Rest DSL contract first with OpenAPI]
+
 == Components
 
 Components are a fundamental building block of Apache Camel and are used to 
connect routes to a wide variety of external systems and services.
@@ -99,8 +103,6 @@ Learn about additional ways to customize your integrations. 
Explore alternatives
 ** xref:manual::parameter-binding-annotations.adoc[Parameter-Binding 
Annotations]
 ** xref:manual::property-binding.adoc[Property Binding]
 ** xref:manual::registry.adoc[Registry]
-** xref:manual::rest-dsl.adoc[Rest DSL]
-** xref:manual::rest-dsl-openapi.adoc[Rest DSL contract first with OpenAPI]
 ** xref:manual::route-configuration.adoc[Route Configuration]
 ** xref:manual::service-registry.adoc[Service Registry]
 ** xref:manual::spring.adoc[Spring]

Reply via email to