This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch oneliner-more in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 01851eff9cdf414ee9d6a3dfcfd1e51c8dbaec05 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 1 12:05:43 2025 +0200 Kamelets Catalog - Make the description a one liner - Bitcoin source Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/partials/bitcoin-source-description.adoc | 3 +++ kamelets/bitcoin-source.kamelet.yaml | 3 +-- .../src/main/resources/kamelets/bitcoin-source.kamelet.yaml | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/partials/bitcoin-source-description.adoc b/docs/modules/ROOT/partials/bitcoin-source-description.adoc new file mode 100644 index 000000000..22a7fcd6e --- /dev/null +++ b/docs/modules/ROOT/partials/bitcoin-source-description.adoc @@ -0,0 +1,3 @@ +== Bitcoin Source Kamelet Description + +This is a simple Kamelet providing a feed of the value of the Bitcoin compared to USDT using the Binance service. diff --git a/kamelets/bitcoin-source.kamelet.yaml b/kamelets/bitcoin-source.kamelet.yaml index 7285bb085..4dce8c065 100644 --- a/kamelets/bitcoin-source.kamelet.yaml +++ b/kamelets/bitcoin-source.kamelet.yaml @@ -30,8 +30,7 @@ metadata: spec: definition: title: "Bitcoin Source" - description: |- - Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. + description: Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. type: object properties: period: diff --git a/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml index 7285bb085..4dce8c065 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml @@ -30,8 +30,7 @@ metadata: spec: definition: title: "Bitcoin Source" - description: |- - Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. + description: Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. type: object properties: period:
