mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
40 lines
810 B
JSON
40 lines
810 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": "plugins/minify.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
|
|
}
|