From 7e8938d5235d929cc34ee664c8b14f3dafe28d39 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 12 Mar 2021 10:53:48 +0100
Subject: [PATCH] [web] Clarified Singularity usage guides for user and
 developer.

---
 web/content/docs/devguide/advanced/singularity.md |  8 ++++++++
 web/content/docs/userguide/basics/container.md    | 10 +++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/web/content/docs/devguide/advanced/singularity.md b/web/content/docs/devguide/advanced/singularity.md
index 5d39020cfa3..8b339677000 100644
--- a/web/content/docs/devguide/advanced/singularity.md
+++ b/web/content/docs/devguide/advanced/singularity.md
@@ -9,6 +9,14 @@ weight = 1036
     parent = "advanced"
 +++
 
+<div class='note'>
+
+### Important note
+
+This page describes how to **build** OGS with the help of a Linux container (for **developers**). To **run** OGS with the help of a container go to the [user guide]({{< ref "container.md" >}}) (for **developers**).
+
+</div>
+
 ## Introduction
 
 [Singularity](https://www.sylabs.io) is a Linux container runtime similar to Docker. Key advantages over Docker are
diff --git a/web/content/docs/userguide/basics/container.md b/web/content/docs/userguide/basics/container.md
index 38e094fe1cf..b8f7b617c09 100644
--- a/web/content/docs/userguide/basics/container.md
+++ b/web/content/docs/userguide/basics/container.md
@@ -1,5 +1,5 @@
 +++
-date = "2018-11-14T15:00:13+01`:00"
+date = "2018-11-14T15:00:13+01:00"
 title = "Running OGS in a container"
 author = "Lars Bilke"
 weight = 10
@@ -9,6 +9,14 @@ weight = 10
     parent = "basics"
 +++
 
+<div class='note'>
+
+### Important note
+
+This page describes how to **run** OGS with the help of a Linux container (for **users**). To **build** OGS with the help of a container go to the [developer guide]({{< ref "singularity.md" >}}) (for **developers**).
+
+</div>
+
 ## With Singularity
 
 ### Prerequisites
-- 
GitLab