1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-06-19 04:00:13 +00:00

Fix search

This commit is contained in:
David Young
2021-10-13 15:52:14 +13:00
parent 03465ea8e3
commit 1857390585
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
# that don't degrade for the open-source version
INHERIT: mkdocs.yml
# disabled for now, since I'm not convinced social cards are better than default thumbnails
# plugins:
# social: {}
plugins:
social: {}
+1
View File
@@ -0,0 +1 @@
3.8
+3 -1
View File
@@ -13,7 +13,9 @@ then
pip install mkdocs-material
mkdocs build -f mkdocs.yml
else
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
# Bypass search issue described at https://github.com/squidfunk/mkdocs-material/issues/3053
git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install -e mkdocs-material-insiders
mkdocs build -f mkdocs-insiders.yml
fi