Skip to content

Commit 6e87dba

Browse files
committed
Updated JSON schema
1 parent 9a59060 commit 6e87dba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/schema/extra.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,17 @@
325325
"default": {
326326
"title": "Default version",
327327
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/#version-warning",
328+
"oneOf": [
329+
{
330+
"type": "string"
331+
},
332+
{
333+
"type": "array",
334+
"items": {
335+
"type": "string"
336+
}
337+
}
338+
],
328339
"default": "stable"
329340
}
330341
}

0 commit comments

Comments
 (0)