Skip to content

Commit

Permalink
reenable search bar for new mkdocs-material library
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkogler committed Jan 4, 2023
1 parent 479e0b3 commit ac0a8e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/install-mkdocs.sh
@@ -1,10 +1,10 @@
#!/bin/bash

pip install \
mkdocs-material \
"mkdocs-material>=9.0.2" \
mkdocs-macros-plugin \
mkdocs-literate-nav \
mkdocs-git-authors-plugin \
mkdocs-git-revision-date-localized-plugin \
mkdocs-simple-hooks \
plugins/mkdocs-git-committers-plugin-2
plugins/mkdocs-git-committers-plugin-2
2 changes: 1 addition & 1 deletion src/overrides/partials/header.html
Expand Up @@ -77,7 +77,7 @@
</div>
</div>
{% endif %}
{% if "search" in config["plugins"] %}
{% if "material/search" in config["plugins"] %}
<label class="md-header__button md-icon" for="__search">
{% include ".icons/material/magnify.svg" %}
</label>
Expand Down

0 comments on commit ac0a8e4

Please sign in to comment.