2022-01-29 16:12:25 +01:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
|
|
"title": "Plugins",
|
|
|
|
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"oneOf": [
|
2022-01-30 18:17:51 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/git-revision-date.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/git-revision-date-localized.json"
|
|
|
|
},
|
2022-01-29 16:12:25 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/minify.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/redirects.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/search.json"
|
2022-01-29 19:14:23 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/social.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/tags.json"
|
2022-01-29 16:12:25 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"uniqueItems": true,
|
|
|
|
"minItems": 1
|
|
|
|
}
|