Disable privacy plugin.

This commit is contained in:
g* 2025-06-23 11:50:18 +02:00
commit b36a8df2fd
2 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,6 @@ hide:
<link href='/src/stylesheets/_index.css' rel='stylesheet'> <link href='/src/stylesheets/_index.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdn.vidstack.io/player/theme.css" /> <link rel="stylesheet" href="https://cdn.vidstack.io/player/theme.css" />
<link rel="stylesheet" href="https://cdn.vidstack.io/player/audio.css" /> <link rel="stylesheet" href="https://cdn.vidstack.io/player/audio.css" />
<script defer src="https://widget.mava.app" widget-version="v2" id="MavaWebChat" enable-sdk="false" data-token="ded472c7c84501fbb19280c79a857439a5c2dfb10dddc7dbe4c19c2443952c37"></script>
<script src="https://cdn.vidstack.io/player" type="module"></script> <script src="https://cdn.vidstack.io/player" type="module"></script>
@ -362,3 +361,6 @@ body {
<script src='/src/js/loader.js'></script> <script src='/src/js/loader.js'></script>
<script src='/src/js/resume.js'></script> <script src='/src/js/resume.js'></script>
<!-- Mava Widget -->
<script defer src="https://widget.mava.app" widget-version="v2" id="MavaWebChat" enable-sdk="false" data-token="ded472c7c84501fbb19280c79a857439a5c2dfb10dddc7dbe4c19c2443952c37"></script>

View file

@ -110,8 +110,8 @@ plugins:
remove_comments: true remove_comments: true
cache_safe: true cache_safe: true
# Plugin to self-host external assets and for link attributes. [https://squidfunk.github.io/mkdocs-material/plugins/privacy/] # Plugin to self-host external assets and for link attributes. [https://squidfunk.github.io/mkdocs-material/plugins/privacy/]
- privacy: # - privacy:
assets_fetch: true # assets_fetch: true
- search - search
# Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index] # Plugin to create index pages for each section. [https://github.com/oprypin/mkdocs-section-index]
- section-index - section-index