From f95358689540c7a9677675ce513fc8a0d8bfc7d8 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Sun, 19 Apr 2026 13:16:29 -0500 Subject: [PATCH 1/2] fix: rename logo images and fix broken badge URL in README Rename devpod_dark.png and devpod.png to devsy_dark.png and devsy.png to match README references. Replace broken devsy.sh/assets SVG badge with shields.io badge. --- README.md | 2 +- docs/static/media/{devpod.png => devsy.png} | Bin .../media/{devpod_dark.png => devsy_dark.png} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/static/media/{devpod.png => devsy.png} (100%) rename docs/static/media/{devpod_dark.png => devsy_dark.png} (100%) diff --git a/README.md b/README.md index b9163d426..586ec1b01 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### **[Website](https://www.devsy.sh)** • **[Quickstart](https://www.devsy.sh/docs/getting-started/install)** • **[Documentation](https://www.devsy.sh/docs/what-is-devsy)** • **[GitHub](https://github.com/devsy-org/devsy)** -[![Open in Devsy!](https://devsy.sh/assets/open-in-devsy.svg)](https://devsy.sh/open#https://github.com/devsy-org/devsy) +[![Open in Devsy!](https://img.shields.io/badge/Open_in-Devsy-blue?style=flat-square)](https://devsy.sh/open#https://github.com/devsy-org/devsy) Devsy is a client-only tool to create reproducible developer environments based on a [devcontainer.json](https://containers.dev/) on any backend. Each developer environment runs in a container and is specified through a [devcontainer.json](https://containers.dev/). Through Devsy providers, these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine, or in a VM in the cloud. diff --git a/docs/static/media/devpod.png b/docs/static/media/devsy.png similarity index 100% rename from docs/static/media/devpod.png rename to docs/static/media/devsy.png diff --git a/docs/static/media/devpod_dark.png b/docs/static/media/devsy_dark.png similarity index 100% rename from docs/static/media/devpod_dark.png rename to docs/static/media/devsy_dark.png From 34ae28a45c2a31592f24dfa234f72f87157d6a1d Mon Sep 17 00:00:00 2001 From: Samuel K Date: Sun, 19 Apr 2026 13:22:49 -0500 Subject: [PATCH 2/2] fix: use for-the-badge style for open in devsy badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586ec1b01..38eb82503 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### **[Website](https://www.devsy.sh)** • **[Quickstart](https://www.devsy.sh/docs/getting-started/install)** • **[Documentation](https://www.devsy.sh/docs/what-is-devsy)** • **[GitHub](https://github.com/devsy-org/devsy)** -[![Open in Devsy!](https://img.shields.io/badge/Open_in-Devsy-blue?style=flat-square)](https://devsy.sh/open#https://github.com/devsy-org/devsy) +[![Open in Devsy!](https://img.shields.io/badge/open_in_devsy-8A2BE2?style=for-the-badge)](https://devsy.sh/open#https://github.com/devsy-org/devsy) Devsy is a client-only tool to create reproducible developer environments based on a [devcontainer.json](https://containers.dev/) on any backend. Each developer environment runs in a container and is specified through a [devcontainer.json](https://containers.dev/). Through Devsy providers, these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine, or in a VM in the cloud.