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 24fd14122f72d5bc5b05ba7e2af5b31a00afffb7 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 11 07:25:35 2023 +0200 Fixed website build in telegram.adoc --- docs/modules/ROOT/pages/reference/extensions/telegram.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/reference/extensions/telegram.adoc b/docs/modules/ROOT/pages/reference/extensions/telegram.adoc index ec4142aa40..036267c250 100644 --- a/docs/modules/ROOT/pages/reference/extensions/telegram.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/telegram.adoc @@ -61,6 +61,7 @@ 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] [id="extensions-telegram-usage-webhook"]
