From 6e87dba163e91a217e8066a56feb2bed92a427f9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 18 Feb 2023 13:29:59 +0100 Subject: [PATCH] Updated JSON schema --- docs/schema/extra.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/schema/extra.json b/docs/schema/extra.json index 91a88d9cb..4f294854a 100644 --- a/docs/schema/extra.json +++ b/docs/schema/extra.json @@ -325,6 +325,17 @@ "default": { "title": "Default version", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#version-warning", + "oneOf": [ + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + } + } + ], "default": "stable" } }