diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b02c742..29d6f73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,4 +115,4 @@ jobs: DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}' steps: - uses: actions/checkout@v2 - - run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin devops docker-easy-haproxy + - run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin devops docker-easy-haproxy docs diff --git a/README.md b/README.md index 33c62f5..23cdd36 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](logo.png) +![EasyHAProxy](easyhaproxy_logo.png) ## Service discovery for HAProxy @@ -45,8 +45,8 @@ automatically detect them and setup HAProxy for you. For detailed instructions on how to use EasyHAProxy follow the instructions for the platform you want to use: | Kubernetes | Docker Swarm | Docker | Static -|------------|--------------|--------|--------- -| [![Kubernetes](kubernetes.png)](docs/kubernetes.md) | [![Docker Swarm](swarm.png)](docs/swarm.md) | [![Docker](docker.png)](docs/docker.md) | [![Static](static.png)](docs/static.md) +|:----------:|:------------:|:------:|:-------: +| [![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) ---- diff --git a/docs/icons.xcf b/docs/icons.xcf new file mode 100644 index 0000000..dda1161 Binary files /dev/null and b/docs/icons.xcf differ diff --git a/docker.png b/easyhaproxy_docker.png similarity index 100% rename from docker.png rename to easyhaproxy_docker.png diff --git a/kubernetes.png b/easyhaproxy_kubernetes.png similarity index 100% rename from kubernetes.png rename to easyhaproxy_kubernetes.png diff --git a/logo.png b/easyhaproxy_logo.png similarity index 100% rename from logo.png rename to easyhaproxy_logo.png diff --git a/static.png b/easyhaproxy_static.png similarity index 100% rename from static.png rename to easyhaproxy_static.png diff --git a/swarm.png b/easyhaproxy_swarm.png similarity index 100% rename from swarm.png rename to easyhaproxy_swarm.png