diff --git a/docs/composer/index.md b/docs/composer/index.md index b542c5da5ff9834abf14adb7bf1788d4c42252b9..76477dca3c3a803fa9b347480633a4abb368ff09 100644 --- a/docs/composer/index.md +++ b/docs/composer/index.md @@ -5,4 +5,9 @@ tags: --- # Composer -For full documentation visit [mkdocs.org](https://mkdocs.org). +For dependency management in almost all our websites, project and tools we use [Composer](https://getcomposer.org/). + +LakeDrops provides several useful plugins and Drupal projects with basic settings. You find more information in +[L3D and Drupal Projects](../docker/l3d/drupal.md#introduction-and-overview). + + diff --git a/docs/composer/plugin/drupal-dev-environment/index.md b/docs/composer/plugin/drupal-dev-environment/index.md index fac1ca95e10d6d74bbb60f6e91cbc5338d377153..d133dcddb3b900a252b231c2dd5f97700c058251 100644 --- a/docs/composer/plugin/drupal-dev-environment/index.md +++ b/docs/composer/plugin/drupal-dev-environment/index.md @@ -10,7 +10,8 @@ tags: In addition to the [Drupal Environment](../drupal-environment/index.md), this tool can be installed when developing Drupal modules, themes or styling pages. -This composer plugin builds all necessary infrastructure for a Drupal project to make development very handy. +This composer plugin builds all necessary infrastructure for a Drupal project to make development very handy. To get more +information about tools, see [L3D and Drupal Projects](../../../docker/l3d/drupal.md#introduction-and-overview). ## Testing diff --git a/docs/docker/l3d/drupal.md b/docs/docker/l3d/drupal.md index 61593624024977bcd9ca28c7c6c3c8c1f9e881d2..fc030615a783b5d1b87f1e4901c8f735919671b6 100644 --- a/docs/docker/l3d/drupal.md +++ b/docs/docker/l3d/drupal.md @@ -11,6 +11,7 @@ We do provide a couple of project templates for Drupal projects out of the box: - [Drupal 8](/composer/project/d8) - [Drupal 9](/composer/project/d9) +- [Drupal 10](/composer/project/d10) If you prefer to use your own prroject template, you'll get the most out of L3D if you add our ccomposer plugin [drupal-development-environment](/composer/plugin/drupal-dev-environment)