From 42a86c12770dc51445a617eab03f97d86d0e62a7 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Sun, 22 Mar 2026 17:21:00 +0200 Subject: [PATCH] Update recommended project flags --- _data/projects/coder-ddev.yml | 22 ++++++++++++++++++++++ _data/projects/vortex.yml | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 _data/projects/coder-ddev.yml diff --git a/_data/projects/coder-ddev.yml b/_data/projects/coder-ddev.yml new file mode 100644 index 0000000..c1e4775 --- /dev/null +++ b/_data/projects/coder-ddev.yml @@ -0,0 +1,22 @@ +name: coder-ddev +year_created: 2026 +source: https://github.com/ddev/coder-ddev +homepage: https://github.com/ddev/coder-ddev +docs: https://github.com/ddev/coder-ddev#readme +logo: +description: "Coder workspace templates for DDEV-based development with Docker-in-Docker support, including a Drupal core development template and a general-purpose template." +recommended: true +requires: + - docker + - ddev +drupal_versions: + - 11 +operation_system: + - linux +category: + - cloud + - development + - docker + - workflow +similar: + - ddev diff --git a/_data/projects/vortex.yml b/_data/projects/vortex.yml index 3feb1ad..8e712d5 100644 --- a/_data/projects/vortex.yml +++ b/_data/projects/vortex.yml @@ -5,7 +5,6 @@ homepage: https://www.vortextemplate.com/ docs: https://github.com/drevops/vortex#readme logo: https://www.vortextemplate.com/img/logo-vortex-dark.svg description: "A Drupal project template that ships containerized local environments, automated testing, and CI/CD scaffolding so teams can start fast." -recommended: true requires: - cli - composer