This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 9b9da29c Improve docs for #885 9b9da29c is described below commit 9b9da29c42d4d549250a8d1b0fd906aa5a0e1e95 Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Thu Sep 14 12:56:54 2023 -0400 Improve docs for #885 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d3979b8..def2c385 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Karavan is an Integration Toolkit for Apache Camel, which makes integration easy and fun through the visualization of pipelines, integration with runtimes and package, image build and deploy to Docker or Kubernetes out-of-the-box. -[<img src="images/introduction.png" width="50%">](https://www.youtube.com/watch?v=RA8sH3AH8Gg "Introduction") +[<p align="center"> <img src="images/introduction.png" width="50%"> </p>](https://www.youtube.com/watch?v=RA8sH3AH8Gg "Introduction") Integrations could be created using visual designer that includes Enterprise Integration Patterns DSL, REST API and Beans builder, all Camel Kamelets and Components. Karavan uses YAML to read/write integrations. Integrations could be run directly from Karavan or they could be exported in the Maven project with preconfigured Camel Quarkus, Camel Spring-Boot or Camel Main runtime. Integration project output is a runnable uber-jar or an OCI image for local environment or a deployed applicat [...]