mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-28 08:42:47 -04:00
Added JSON schema
This commit is contained in:
21
docs/schema/plugins.json
Normal file
21
docs/schema/plugins.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft-07/schema",
|
||||
"title": "Plugins",
|
||||
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "plugins/minify.json"
|
||||
},
|
||||
{
|
||||
"$ref": "plugins/redirects.json"
|
||||
},
|
||||
{
|
||||
"$ref": "plugins/search.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
}
|
||||
Reference in New Issue
Block a user