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

Merge branch 'fix-missing-searchbar' into 'preview'

Search bar is gone with material >= 9.0

See merge request !800
parents d7af8720 ef6549c1
No related branches found
No related tags found
2 merge requests!801Automated merge from preview to main,!800Search bar is gone with material >= 9.0
......@@ -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 mkdocs-video==1.3.0
RUN pip install mkdocs>=1.1.2 mkdocs-material==8.5.11 mkdocs-htmlproofer-plugin==0.8.0 mkdocs-video==1.3.0
##########
# Linter #
......
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