From 9d387d042887908c1644251f25312a4b81361717 Mon Sep 17 00:00:00 2001 From: Blake Netzeband Date: Fri, 8 Mar 2024 18:23:28 -0700 Subject: [PATCH] Added schema reference to mkdocs-table-reader-plugin (#6887) --- docs/schema/plugins.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index 1f1c99b1b..c537c4b98 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -124,6 +124,9 @@ }, { "$ref": "https://raw.githubusercontent.com/pawamoy/markdown-exec/master/docs/schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/timvink/mkdocs-table-reader-plugin/master/docs/schema.json" } ] }