From 651cca10eaa2eadd491405099152a9b329a5abfa Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 13 Sep 2022 05:49:27 +0200
Subject: [PATCH] Remove Windows for now

---
 docs/getting-started.md | 30 ++++++++++++++++++------------
 docs/index.md           |  2 +-
 2 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index 0c2059c..e57b522 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -34,34 +34,40 @@ We currently maintain 14 images on [Dockerhub](https://hub.docker.com/u/dbrepo).
 === ":fontawesome-brands-linux: Linux"
 
     Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml) 
-    and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example) 
+    and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.unix.example) 
     
         $ curl -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml
-        $ curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example
+        $ curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.unix.example
 
     Start the services
 
         $ docker-compose up -d
 
-=== ":fontawesome-brands-windows: Windows"
+[//]: # (=== ":fontawesome-brands-windows: Windows")
 
-    Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml) 
-    and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example) 
-    
-        $ curl.exe -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml
-        $ curl.exe -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example
+[//]: # ()
+[//]: # (    Download the latest [`docker-compose.yml`]&#40;https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml&#41; )
 
-    Start the services
+[//]: # (    and [`.env`]&#40;https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.win.example&#41; )
 
-        $ docker-compose up -d
+[//]: # (    )
+[//]: # (        $ curl.exe -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml)
+
+[//]: # (        $ curl.exe -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.win.example)
+
+[//]: # ()
+[//]: # (    Start the services)
+
+[//]: # ()
+[//]: # (        $ docker-compose up -d)
 
 === ":fontawesome-brands-apple: macOS"
 
     Download the latest [`docker-compose.yml`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml) 
-    and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example) 
+    and [`.env`](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.unix.example) 
     
         $ curl -o docker-compose.yml https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/docker-compose.prod.yml
-        $ curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.example
+        $ curl -o .env https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/raw/master/.env.unix.example
 
     Start the services
 
diff --git a/docs/index.md b/docs/index.md
index 4c0ecba..4ba10f9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -7,7 +7,7 @@ hide:
 
 # Database Repository
 
-## Problem Statement !!!!!!
+## Problem Statement
 
 Digital repositories see themselves more frequently encountered with the problem of making databases accessible in their
 collection. Challenges revolve around organizing, searching and retrieving content stored within databases and
-- 
GitLab