From 923c81da89499caa8f3e014be361dd1bd8945571 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 May 2020 12:17:09 +0000 Subject: [PATCH 1/2] Bump mkdocs-material from 5.1.4 to 5.1.5 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.4 to 5.1.5. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.4...5.1.5) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb4baaf..4424ff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ markdown-include==0.5.1 mkdocs==1.1 mkdocs-git-revision-date-localized-plugin==0.5.0 -mkdocs-material==5.1.4 +mkdocs-material==5.1.5 From 7c99741db188410946f800cc731929027aa8d4f5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 5 May 2020 15:18:56 +0300 Subject: [PATCH 2/2] Update mkdocs.yml Specify `name` for the social links --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index d64f199..dd3a8cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -115,8 +115,10 @@ extra: social: - icon: fontawesome/solid/globe-americas link: https://pi-hole.net/ + name: Website - icon: fontawesome/brands/github link: https://github.com/pi-hole + name: GitHub extra_css: - extra.css