Написал докуметацию

This commit is contained in:
Данил 2024-10-24 19:27:47 +03:00
parent 684ccdef3e
commit 840499154d
9 changed files with 325 additions and 1 deletions

14
docs/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"
]
}