From 19df0414c0fc9d175b7ebaaaefc97a5b94d78f82 Mon Sep 17 00:00:00 2001 From: Joao M Date: Thu, 1 Sep 2022 14:50:34 +0000 Subject: [PATCH] Organizing Docs. --- README.md | 4 ++-- .../easyhaproxy_docker.png | Bin .../easyhaproxy_kubernetes.png | Bin easyhaproxy_logo.png => docs/easyhaproxy_logo.png | Bin .../easyhaproxy_static.png | Bin easyhaproxy_swarm.png => docs/easyhaproxy_swarm.png | Bin 6 files changed, 2 insertions(+), 2 deletions(-) rename easyhaproxy_docker.png => docs/easyhaproxy_docker.png (100%) rename easyhaproxy_kubernetes.png => docs/easyhaproxy_kubernetes.png (100%) rename easyhaproxy_logo.png => docs/easyhaproxy_logo.png (100%) rename easyhaproxy_static.png => docs/easyhaproxy_static.png (100%) rename easyhaproxy_swarm.png => docs/easyhaproxy_swarm.png (100%) diff --git a/README.md b/README.md index 23cdd36..3688d93 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![GitHub license](https://img.shields.io/github/license/byjg/docker-easy-haproxy.svg)](https://opensource.byjg.com/opensource/licensing.html) [![GitHub release](https://img.shields.io/github/release/byjg/docker-easy-haproxy.svg)](https://github.com/byjg/docker-easy-haproxy/releases/) -![EasyHAProxy](easyhaproxy_logo.png) +![EasyHAProxy](docs/easyhaproxy_logo.png) ## Service discovery for HAProxy @@ -46,7 +46,7 @@ For detailed instructions on how to use EasyHAProxy follow the instructions for | Kubernetes | Docker Swarm | Docker | Static |:----------:|:------------:|:------:|:-------: -| [![Kubernetes](easyhaproxy_kubernetes.png)](docs/kubernetes.md) | [![Docker Swarm](easyhaproxy_swarm.png)](docs/swarm.md) | [![Docker](easyhaproxy_docker.png)](docs/docker.md) | [![Static](easyhaproxy_static.png)](docs/static.md) +| [![Kubernetes](docs/easyhaproxy_kubernetes.png)](docs/kubernetes.md) | [![Docker Swarm](docs/easyhaproxy_swarm.png)](docs/swarm.md) | [![Docker](docs/easyhaproxy_docker.png)](docs/docker.md) | [![Static](docs/easyhaproxy_static.png)](docs/static.md) ---- diff --git a/easyhaproxy_docker.png b/docs/easyhaproxy_docker.png similarity index 100% rename from easyhaproxy_docker.png rename to docs/easyhaproxy_docker.png diff --git a/easyhaproxy_kubernetes.png b/docs/easyhaproxy_kubernetes.png similarity index 100% rename from easyhaproxy_kubernetes.png rename to docs/easyhaproxy_kubernetes.png diff --git a/easyhaproxy_logo.png b/docs/easyhaproxy_logo.png similarity index 100% rename from easyhaproxy_logo.png rename to docs/easyhaproxy_logo.png diff --git a/easyhaproxy_static.png b/docs/easyhaproxy_static.png similarity index 100% rename from easyhaproxy_static.png rename to docs/easyhaproxy_static.png diff --git a/easyhaproxy_swarm.png b/docs/easyhaproxy_swarm.png similarity index 100% rename from easyhaproxy_swarm.png rename to docs/easyhaproxy_swarm.png