Updated JSON schema
This commit is contained in:
parent
9a59060acd
commit
6e87dba163
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue