We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a59060 commit 6e87dbaCopy full SHA for 6e87dba
docs/schema/extra.json
@@ -325,6 +325,17 @@
325
"default": {
326
"title": "Default version",
327
"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
336
+ }
337
338
+ ],
339
"default": "stable"
340
}
341
0 commit comments