From 42aaa2146205f42d6ad6e07e8bad66422503bff1 Mon Sep 17 00:00:00 2001 From: Blueswen Date: Mon, 18 Jul 2022 00:13:34 +0800 Subject: [PATCH] Added mkdocs-glightbox schema.json (#4133) --- docs/schema/plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index 66c6a7459..adcb7dce8 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -76,6 +76,9 @@ }, { "$ref": "https://raw.githubusercontent.com/timvink/mkdocs-git-revision-date-localized-plugin/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/blueswen/mkdocs-glightbox/main/schema.json" } ] }