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 5726f4dd69e4c3bf28df4f34e6d7ab20dba76c29 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Dec 11 09:43:08 2023 +0100 Fix docs --- core/camel-core-engine/src/main/docs/modules/eips/nav.adoc | 4 ++-- .../src/main/docs/modules/eips/pages/batchConfig-eip.adoc | 4 ++-- .../src/main/docs/modules/eips/pages/streamConfig-eip.adoc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc index e9ab7620402..b6a179681c8 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/nav.adoc @@ -3,7 +3,7 @@ * xref:eips:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] ** xref:aggregate-eip.adoc[Aggregate] -** xref:batchConfig-eip.adoc[Batch-config] +** xref:batchConfig-eip.adoc[BatchConfig] ** xref:bean-eip.adoc[Bean] ** xref:change-data-capture.adoc[Change Data Capture] ** xref:channel-adapter.adoc[Channel Adapter] @@ -92,7 +92,7 @@ ** xref:step-eip.adoc[Step] ** xref:sticky-eip.adoc[Sticky] ** xref:stop-eip.adoc[Stop] -** xref:streamConfig-eip.adoc[Stream-config] +** xref:streamConfig-eip.adoc[StreamConfig] ** xref:threads-eip.adoc[Threads] ** xref:throttle-eip.adoc[Throttle] ** xref:to-eip.adoc[To] diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc index 5cdf26eba9a..c4b3b785461 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/batchConfig-eip.adoc @@ -1,6 +1,6 @@ = Batch-config EIP -:doctitle: Batch-config -:shortname: batch-config +:doctitle: BatchConfig +:shortname: batchConfig :description: Configures batch-processing resequence eip. :since: :supportlevel: Stable diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc index 7ae6a9c3394..1acd2944466 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/streamConfig-eip.adoc @@ -1,6 +1,6 @@ = Stream-config EIP -:doctitle: Stream-config -:shortname: stream-config +:doctitle: StreamConfig +:shortname: streamConfig :description: Configures stream-processing resequence eip. :since: :supportlevel: Stable
