From 82d3e473d9aba63ba1d6785703a37f8a85a15a7e Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 14 Nov 2023 14:01:29 +0100
Subject: [PATCH] [web] Removed section on downloading the source code.

git clone is the preferred option. Since we now ignore
Tests/Data and web/content on `git archive` the removed
option would work for OGS_BUILD_TESTING=OFF only.
---
 .../get-the-source-code/index.md                | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/web/content/docs/devguide/getting-started/get-the-source-code/index.md b/web/content/docs/devguide/getting-started/get-the-source-code/index.md
index 34df4c8008f..c660727d975 100644
--- a/web/content/docs/devguide/getting-started/get-the-source-code/index.md
+++ b/web/content/docs/devguide/getting-started/get-the-source-code/index.md
@@ -15,22 +15,7 @@ weight = 3
 
 </div>
 
-## Option: Download the source code
-
-To get the latest source code simply download it from [repository website](https://gitlab.opengeosys.org/ogs/ogs) and extract the archive:
-
-![Getting the zip download URL from the GitLab web interface](zip-download.png)
-
-You can also download and extract with the command line:
-
-```bash
-wget https://gitlab.opengeosys.org/ogs/ogs/-/archive/master/ogs-master.tar.gz
-tar xf ogs-master.tar.gz
-```
-
-----
-
-## Option: Clone the source code repository with Git
+## Clone the source code repository with Git
 
 First you need to get the clone URL:
 
-- 
GitLab