From 38b8cd8c236a3f30c40bdcb3d936c4b295a27521 Mon Sep 17 00:00:00 2001
From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de>
Date: Wed, 4 May 2022 10:48:41 +0200
Subject: [PATCH] Revert "Merge branch '326-htmlproofer' into 'preview'"

This reverts merge request !573
---
 Dockerfile                       | 4 ++--
 doc.zih.tu-dresden.de/mkdocs.yml | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 8ff24d46f..099914187 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
 # Base #
 ########
 
-RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>=0.8.0
+RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
 
 ##########
 # Linter #
@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>=
 
 RUN apt-get update && apt-get install -y nodejs npm aspell git
 
-RUN npm install -g markdownlint-cli
+RUN npm install -g markdownlint-cli markdown-link-check
 
 ###########################################
 # prepare git for automatic merging in CI #
diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml
index c6f1b9068..00f0b09db 100644
--- a/doc.zih.tu-dresden.de/mkdocs.yml
+++ b/doc.zih.tu-dresden.de/mkdocs.yml
@@ -223,4 +223,3 @@ extra:
 plugins:
   - search
   - markdown-caption
-  - htmlproofer
-- 
GitLab