Add MkDocs YAML schema to vscode settings.json (#1075)

* Add mkdocs YAML schema to vscode settings.json

* Fixes wacky indenting

* Fixes config error
This commit is contained in:
Henry Wilkinson 2023-08-15 15:06:05 -04:00 committed by GitHub
parent 4c74fadf91
commit 5edb4ebabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

12
.vscode/settings.json vendored Normal file
View File

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

View File

@ -13,7 +13,7 @@ theme:
- navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- navigation-indexes
- navigation.indexes
- navigation.footer
- content.code.copy
- content.action.edit