mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Added JSON schema
This commit is contained in:
parent
8a1e52aa4a
commit
ffc3697ff8
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -7,5 +7,12 @@
|
||||
},
|
||||
"search.followSymlinks": false,
|
||||
"stylelint.validate": ["css", "scss"],
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"yaml.schemas": {
|
||||
"docs/schema.json": "mkdocs.yml"
|
||||
},
|
||||
"yaml.customTags": [
|
||||
"!ENV scalar",
|
||||
"!ENV sequence"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user