Disable privacy plugin.
This commit is contained in:
parent
2c7dc6b9a3
commit
b36a8df2fd
2 changed files with 5 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue