From 7cf5f6d0d43ccde8b3d39e70772c85af861c250b Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Sun, 9 Oct 2022 10:59:40 +0100 Subject: [PATCH] Added mkdocs-meta-descriptions-plugin schema.json Fixes https://github.com/prcr/mkdocs-meta-descriptions-plugin/issues/186. --- docs/schema/plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index b46719581..58c589fe0 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -82,6 +82,9 @@ }, { "$ref": "https://raw.githubusercontent.com/blueswen/mkdocs-glightbox/main/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/prcr/mkdocs-meta-descriptions-plugin/main/schema.json" } ] }