2022-01-29 18:12:25 +03: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 20:17:51 +03:00
|
|
|
{
|
|
|
|
"$ref": "plugins/git-revision-date.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/git-revision-date-localized.json"
|
|
|
|
},
|
2022-01-29 18:12:25 +03:00
|
|
|
{
|
|
|
|
"$ref": "plugins/minify.json"
|
|
|
|
},
|
2022-02-27 17:15:02 +03:00
|
|
|
{
|
|
|
|
"$ref": "plugins/offline.json"
|
|
|
|
},
|
2022-02-21 14:03:36 +03:00
|
|
|
{
|
|
|
|
"$ref": "plugins/privacy.json"
|
|
|
|
},
|
2022-01-29 18:12:25 +03:00
|
|
|
{
|
|
|
|
"$ref": "plugins/redirects.json"
|
|
|
|
},
|
2022-02-10 23:02:14 +03:00
|
|
|
{
|
|
|
|
"$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json"
|
|
|
|
},
|
2022-01-29 18:12:25 +03:00
|
|
|
{
|
|
|
|
"$ref": "plugins/search.json"
|
2022-01-29 21:14:23 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/social.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/tags.json"
|
2022-01-29 18:12:25 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"uniqueItems": true,
|
|
|
|
"minItems": 1
|
|
|
|
}
|