mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
28 lines
524 B
JSON
28 lines
524 B
JSON
{
|
|
"$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"
|
|
},
|
|
{
|
|
"$ref": "plugins/social.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/tags.json"
|
|
}
|
|
]
|
|
},
|
|
"uniqueItems": true,
|
|
"minItems": 1
|
|
}
|