Deployed 125b00b with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot] 2025-02-16 16:18:03 +00:00
commit 273e517b8c
61 changed files with 17799 additions and 0 deletions

14
settings.json Normal file
View file

@ -0,0 +1,14 @@
{
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"!relative scalar",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format",
"tag:yaml.org,2002:python/object/apply:pymdownx.slugs.slugify mapping"
]
}