You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2024/04/11 19:54:16 UTC

(camel-karavan) branch main updated: remove old docs

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 91324587 remove old docs
91324587 is described below

commit 91324587c7b0ca86942a199d358005506af1df5d
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Thu Apr 11 15:54:09 2024 -0400

    remove old docs
---
 README.md            |  1 -
 docs/ARCHITECTURE.md | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/README.md b/README.md
index b26bb8be..ed6f1a36 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,6 @@ Karavan provides VS Code extension for local developer experience
 * [Openshift](docs/WEB_OPENSHIFT.md)
 
 ### Developer guide
-* [Architecture](docs/ARCHITECTURE.md)
 * [How to build](docs/DEV.md)
 
 
diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md
deleted file mode 100644
index 6362e271..00000000
--- a/docs/ARCHITECTURE.md
+++ /dev/null
@@ -1,39 +0,0 @@
-## Apache Camel Karavan Architecture
-
-![How to use](../images/karavan-architecture.png)
-
-### Karavan components
-
-#### Web application
-
-End-user application to interact with.
-
-#### Infinispan
-
-Karavan keeps all project files and monitoring data in Infinispan Caches
-
-#### Karavan run
-
-Container created by Karavan application to run project in developer mode.
-Container uses `apache/camel-karavan-devmode` image to run.
-
-#### Karavan build
-
-Container created by Karavan application to build and deploy project.
-Container uses `apache/camel-karavan-devmode` image to run.
-
-#### Git repository
-
-All Karavan projects and build scripts stored in Git repository.
-
-#### Image Registry
-
-Karavan Build push images to Image registry configured
-
-#### Maven Repository
-
-Karavan run and build use Maven repository to get dependencies.
-
-#### Integrations
-
-Running integration microservices