mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
46 lines
958 B
JSON
46 lines
958 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/git-revision-date.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/git-revision-date-localized.json"
|
|
},
|
|
{
|
|
"$ref": "https://mondeja.github.io/mkdocs-mdpo-plugin/schema.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/minify.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/offline.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/privacy.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/redirects.json"
|
|
},
|
|
{
|
|
"$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/search.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/social.json"
|
|
},
|
|
{
|
|
"$ref": "plugins/tags.json"
|
|
}
|
|
]
|
|
},
|
|
"uniqueItems": true,
|
|
"minItems": 1
|
|
}
|