From 0237c9fd5baff687b711878f66c2e21ca1bd6987 Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:33:19 +0000 Subject: [PATCH 1/3] Capitalize DDEV in line with source docs --- _data/projects/ddev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/projects/ddev.yml b/_data/projects/ddev.yml index 8ef641a..5983f65 100644 --- a/_data/projects/ddev.yml +++ b/_data/projects/ddev.yml @@ -5,11 +5,11 @@ homepage: https://github.com/drud/ddev docs: https://ddev.readthedocs.io logo: https://raw.githubusercontent.com/drud/ddev/master/images/ddev_logo.png -description: "ddev is an open source tool that makes it dead simple to get +description: "DDEV is an open source tool that makes it dead simple to get local PHP development environments up and running within minutes. It's powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared. In -short, ddev aims to allow development teams to use Docker in their workflow +short, DDEV aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration. Pluggable hosting providers with current support for Pantheon." From cf25e1d3d9a86242a3cde79b1ffe15fd0a2acd12 Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:34:13 +0000 Subject: [PATCH 2/3] update Drupal versions --- _data/projects/ddev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/projects/ddev.yml b/_data/projects/ddev.yml index 5983f65..f45074f 100644 --- a/_data/projects/ddev.yml +++ b/_data/projects/ddev.yml @@ -20,6 +20,8 @@ requires: drupal_versions: - 7 - 8 + - 9 + - 10 operation_system: - linux - windows From 37c24ccf82486c4702017451d21311aa0bcd80d5 Mon Sep 17 00:00:00 2001 From: tyler36 <7234392+tyler36@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:37:38 +0000 Subject: [PATCH 3/3] add additional supported provider --- _data/projects/ddev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/projects/ddev.yml b/_data/projects/ddev.yml index f45074f..79b864d 100644 --- a/_data/projects/ddev.yml +++ b/_data/projects/ddev.yml @@ -11,7 +11,7 @@ powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared. In short, DDEV aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration. Pluggable hosting -providers with current support for Pantheon." +providers with current support for Acquia, Pantheon, Platform.sh and more." recommended: true