Skip to content

Commit

Permalink
Bump squidfunk/mkdocs-material from 7.1.4 to 7.2.4 in /docs (#368)
Browse files Browse the repository at this point in the history
* Bump squidfunk/mkdocs-material from 7.1.4 to 7.2.4 in /docs

Bumps squidfunk/mkdocs-material from 7.1.4 to 7.2.4.

---
updated-dependencies:
- dependency-name: squidfunk/mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add lunr module

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <[email protected]>
  • Loading branch information
dependabot[bot] and crazy-max authored Aug 18, 2021
1 parent 82ea03e commit 3b28318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM squidfunk/mkdocs-material:7.1.4
FROM squidfunk/mkdocs-material:7.2.4

RUN apk add --no-cache \
git \
git-fast-import \
openssh \
&& apk add --no-cache --virtual .build gcc musl-dev \
&& pip install --no-cache-dir \
'lunr' \
'markdown-include' \
'mkdocs-awesome-pages-plugin' \
'mkdocs-exclude' \
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ plugins:
- "Dockerfile"
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
- macros
- search:
prebuild_index: python
Expand Down

0 comments on commit 3b28318

Please sign in to comment.