This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit fa8f52e6864e505c9980f17fd016ee44113c7afc Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 11 07:27:28 2023 +0200 Fixed website build in usage.adoc for telegram extension --- extensions/telegram/runtime/src/main/doc/usage.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/telegram/runtime/src/main/doc/usage.adoc b/extensions/telegram/runtime/src/main/doc/usage.adoc index 12632e7704..c4a996a29e 100644 --- a/extensions/telegram/runtime/src/main/doc/usage.adoc +++ b/extensions/telegram/runtime/src/main/doc/usage.adoc @@ -11,8 +11,9 @@ Maven users, for example, can add *camel-quarkus-rest* extension to their `pom.x <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-rest</artifactId> </dependency> +---- ifeval::[{doc-show-extra-content} == true] === Webhook include::telegram-webhook.adoc[] -endif::[] \ No newline at end of file +endif::[]
