From 98b08b13fa63721f5a40fa746cac27c2f5e8a474 Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@lakedrops.com>
Date: Sun, 2 Jun 2024 14:21:02 +0200
Subject: [PATCH] Document Drupal Development Env:
 composer/plugin/drupal-development-environment#1

---
 docs/composer/index.md                               | 7 ++++++-
 docs/composer/plugin/drupal-dev-environment/index.md | 3 ++-
 docs/docker/l3d/drupal.md                            | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/composer/index.md b/docs/composer/index.md
index b542c5d..76477dc 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 fac1ca9..d133dcd 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 6159362..fc03061 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)
-- 
GitLab