From b1185aa4e9e62662b93b06fb2a6b91c4921b5929 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Mon, 6 May 2024 03:05:43 -0400 Subject: [PATCH] Fixed JSON parse error in schema.json (#7152) --- docs/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema.json b/docs/schema.json index 8aded7b7c..0580c32af 100644 --- a/docs/schema.json +++ b/docs/schema.json @@ -97,7 +97,7 @@ "type": "array", "items": { "title": "Path to JavaScript file (may be local or absolute URL to external JS)", - "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript" }, "uniqueItems": true, "minItems": 1