From d0d3c2a578abc318638f0c8331770459ca254c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sun, 11 Dec 2022 21:04:41 +0100 Subject: [PATCH] Add JSON schemas: mkdocs-coverage, mkdocs-spellcheck, markdown-exec --- docs/schema/plugins.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ] }