1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-09-03 00:28:47 +00:00

Update mkdocs-material-insiders (#2449)

This commit is contained in:
2024-03-28 15:09:58 -05:00
parent c5bdbbcdcb
commit 525a2c1137
25 changed files with 142 additions and 137 deletions

20
.gitignore vendored
View File

@@ -6,17 +6,17 @@ site
!/static/i18n/*.en.*
/theme/overrides/*
!/theme/overrides/*.en.*
# include Bagnard font in social card
# (not available in Google Fonts)
# commit social card fonts to repo
# see: https://github.com/squidfunk/mkdocs-material/issues/6983
# ridiculous hide-and-seek https://stackoverflow.com/a/72380673
/.cache/*
!/.cache/plugin
/.cache/plugin/*
!/.cache/plugin/social
/.cache/plugin/social/*
!/.cache/plugin/social/fonts
/.cache/plugin/social/fonts/*
!/.cache/plugin/social/fonts/Bagnard
.cache/*
!/config/.cache
/config/.cache/*
!/config/.cache/plugin
/config/.cache/plugin/*
!/config/.cache/plugin/social
/config/.cache/plugin/social/*
!/config/.cache/plugin/social/fonts
# Editor settings
.vscode/*