Skip to content
Snippets Groups Projects
Commit 7cb09915 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch '326-htmlproofer' into 'preview'

Resolve "htmlproofer"

Closes #326

See merge request !573
parents 1a87a7c3 5ea6dc74
No related branches found
No related tags found
2 merge requests!575Automated merge from preview to main,!573Resolve "htmlproofer"
...@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"] ...@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
# Base # # Base #
######## ########
RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 mkdocs-htmlproofer-plugin>=0.8.0
########## ##########
# Linter # # Linter #
...@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0 ...@@ -14,7 +14,7 @@ RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
RUN apt-get update && apt-get install -y nodejs npm aspell git RUN apt-get update && apt-get install -y nodejs npm aspell git
RUN npm install -g markdownlint-cli markdown-link-check RUN npm install -g markdownlint-cli
########################################### ###########################################
# prepare git for automatic merging in CI # # prepare git for automatic merging in CI #
......
...@@ -223,3 +223,4 @@ extra: ...@@ -223,3 +223,4 @@ extra:
plugins: plugins:
- search - search
- markdown-caption - markdown-caption
- htmlproofer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment