From 60803e5276c10d655466b292c2c6d03c9f9dc2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 10:04:10 +0000 Subject: [PATCH 1/2] Bump mkdocs-material from 7.1.10 to 7.2.0 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.10 to 7.2.0. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/7.1.10...7.2.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 647f3f3..de66f37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ markdown-include==0.6.0 mkdocs==1.2.1 mkdocs-git-revision-date-localized-plugin==0.9.2 -mkdocs-material==7.1.10 +mkdocs-material==7.2.0 mkdocs-redirects==1.0.3 From 8757d43cfa4be2e1fe22a26c5d59e8f18589503f Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 24 Jul 2021 13:40:06 +0200 Subject: [PATCH 2/2] Enable new features search suggestions, search highlighting, search sharing Signed-off-by: DL6ER --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index d3ff3ca..28960a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,9 @@ theme: code: 'Roboto Mono' features: - navigation.top + - search.suggest + - search.highlight + - search.share palette: # Light mode