Merge pull request #4737 from pawamoy/patch-5

Add JSON schemas: mkdocs-coverage, mkdocs-spellcheck, markdown-exec
This commit is contained in:
Martin Donath
2022-12-11 21:42:15 +01:00
committed by GitHub

View File

@@ -88,6 +88,15 @@
},
{
"$ref": "https://raw.githubusercontent.com/mkdocstrings/mkdocstrings/master/docs/schema.json"
},
{
"$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-coverage/master/docs/schema.json"
},
{
"$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-spellcheck/master/docs/schema.json"
},
{
"$ref": "https://raw.githubusercontent.com/pawamoy/markdown-exec/master/docs/schema.json"
}
]
}