1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Updated JSON schema

This commit is contained in:
squidfunk 2023-02-18 13:29:59 +01:00
parent 9a59060acd
commit 6e87dba163

View File

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