diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index ddddd8a39..2f287669b 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -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" } ] }