From d140acf21948962b69fc8fd8f3f408f4b82f0983 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 11 Jun 2022 10:32:30 +0200 Subject: [PATCH] Removed schema for mdpo-plugin due to hacked domain --- docs/schema/plugins.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index 87ed3383e99..ce75b37e030 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -62,14 +62,11 @@ { "$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json" }, - { - "$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json" - }, { "$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json" }, { - "$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json" + "$ref": "https://raw.githubusercontent.com/Guts/mkdocs-rss-plugin/main/docs/schema.json" } ] }