From ba44a74947492ee3002ee1314e27eb602b8ae1a0 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 10 Apr 2024 14:13:48 +0200
Subject: [PATCH] [web] Removed sentence on Docker development container.

Will fix web checker.
---
 web/content/_index.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/web/content/_index.md b/web/content/_index.md
index 59f7be73d98..6c2d13cd4a4 100644
--- a/web/content/_index.md
+++ b/web/content/_index.md
@@ -102,9 +102,7 @@ features:
   subfeatures:
     - headline: Setup a development environment
       textline: |
-        [Learn how to](/docs/devguide) obtain the source code, how to install required other software (e.g. compilers, code libraries), how to configure the software and how to generate the application binary.
-
-        We even provide [ready-to-use Docker images](/docs/devguide/advanced/docker/#prebuilt-ogs-6-docker-images) to get you started in seconds.
+        [Learn how to](/docs/devguide) obtain the source code, how to install required other software (e.g. compilers and tools), how to configure the software and how to generate the application binary.
     - headline: Contribute code
       textline: |
         Implement your new feature and [let the CI system](/docs/devguide/development-workflows/continuous-integration) run sophisticated tests automatically for you incorporating multiple computing platforms, a magnitude of software configurations and a whole array of CPU intensive complex test simulation runs.
-- 
GitLab