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" } }