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 3465d1b1 Docs for Installer for #885 3465d1b1 is described below commit 3465d1b146d9b879fe530f88e30a984b3eae536a Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Thu Sep 14 17:33:51 2023 -0400 Docs for Installer for #885 --- docs/INDEX.md | 26 -------------------------- docs/README.md | 30 +++++++++++++++++++++++------- 2 files changed, 23 insertions(+), 33 deletions(-) diff --git a/docs/INDEX.md b/docs/INDEX.md deleted file mode 100644 index a8d26af8..00000000 --- a/docs/INDEX.md +++ /dev/null @@ -1,26 +0,0 @@ -# Documentation - -## User guide - -### Web Application - -Karavan Web Application is a container deployed into Docker, Kubernetes or OpenShift - -1. [Run in Docker](WEB_DOCKER.md) -2. [Run in Kubernetes](WEB_KUBERNETES.md) -3. [Run in Openshift](WEB_OPENSHIFT.md) -4. [How to use](WEB_HOWTO.md) - -### VS Code extensions - -VS Code extension available on the [Marketplace](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan). - -Extensions for VS Code Compatible Editors available on [Open VSX Registry](https://open-vsx.org/extension/camel-karavan/karavan) - -1. [Install](VSCODE_INSTALL.md) -2. [How to use](VSCODE_HOWTO.md) - - -## Developer Guide - -1. [How to build Karavan](DEV.md) diff --git a/docs/README.md b/docs/README.md index 08a1ac31..a8d26af8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,10 +1,26 @@ -## Karavan cloud-native integration toolkit +# Documentation -### Architecture - +## User guide -### Installation -1. [Karavan demo on OpenShift with Gitea](OPENSHIFT_DEMO.md) -2. [Karavan on OpenShift](OPENSHIFT.md) -3. [Karavan on Minikube](MINIKUBE.md) +### Web Application +Karavan Web Application is a container deployed into Docker, Kubernetes or OpenShift + +1. [Run in Docker](WEB_DOCKER.md) +2. [Run in Kubernetes](WEB_KUBERNETES.md) +3. [Run in Openshift](WEB_OPENSHIFT.md) +4. [How to use](WEB_HOWTO.md) + +### VS Code extensions + +VS Code extension available on the [Marketplace](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan). + +Extensions for VS Code Compatible Editors available on [Open VSX Registry](https://open-vsx.org/extension/camel-karavan/karavan) + +1. [Install](VSCODE_INSTALL.md) +2. [How to use](VSCODE_HOWTO.md) + + +## Developer Guide + +1. [How to build Karavan](DEV.md)