Skip to content
Snippets Groups Projects

Search bar is gone with material >= 9.0

Merged Martin Schroschk requested to merge fix-missing-searchbar into preview
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 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 #
# Linter #
Loading