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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 0828edd Add doc for springdoc to make website build. 0828edd is described below commit 0828eddf88fe0d2dd1cacf4661fed7650cf51750 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 12 09:17:50 2022 +0100 Add doc for springdoc to make website build. --- .../camel-springdoc-starter/src/main/docs/springdoc.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components-starter/camel-springdoc-starter/src/main/docs/springdoc.adoc b/components-starter/camel-springdoc-starter/src/main/docs/springdoc.adoc new file mode 100644 index 0000000..8ecd756 --- /dev/null +++ b/components-starter/camel-springdoc-starter/src/main/docs/springdoc.adoc @@ -0,0 +1,8 @@ += SpringDoc +//Manually maintained attributes +:artifactid: camel-springdoc +:shortname: springdoc +:camel-spring-boot-name: springdoc + +Integrates Camel Rest DSL to automatic register its OpenAPI (eg swagger doc) +in Spring Boot which allows tooling such as SpringDoc to integrate with Camel.