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-03-06 11:27:03 +01:00
|
|
|
{
|
2022-03-06 11:45:09 +01:00
|
|
|
"$ref": "#/definitions/built-in"
|
2022-03-06 11:27:03 +01:00
|
|
|
},
|
2022-01-30 18:17:51 +01:00
|
|
|
{
|
2022-03-06 11:45:09 +01:00
|
|
|
"$ref": "#/definitions/external"
|
2022-01-30 18:17:51 +01:00
|
|
|
},
|
|
|
|
{
|
2022-03-06 11:45:09 +01:00
|
|
|
"$ref": "#/definitions/external-community"
|
2022-01-29 16:12:25 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"uniqueItems": true,
|
2022-03-06 11:45:09 +01:00
|
|
|
"minItems": 1,
|
|
|
|
"definitions": {
|
|
|
|
"built-in": {
|
|
|
|
"description": "Built-in plugins",
|
|
|
|
"oneOf": [
|
2022-09-11 19:25:40 +02:00
|
|
|
{
|
|
|
|
"$ref": "plugins/blog.json"
|
|
|
|
},
|
2022-12-18 17:58:11 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/info.json"
|
|
|
|
},
|
2022-07-17 16:36:42 +02:00
|
|
|
{
|
|
|
|
"$ref": "plugins/meta.json"
|
|
|
|
},
|
2022-03-06 11:45:09 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/offline.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/privacy.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/search.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/social.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/tags.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"external": {
|
|
|
|
"description": "External plugins, schema provided by us",
|
|
|
|
"oneOf": [
|
2022-06-24 14:38:01 +02:00
|
|
|
{
|
|
|
|
"$ref": "plugins/external/git-authors.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/external/git-committers.json"
|
|
|
|
},
|
2022-03-06 11:45:09 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/external/git-revision-date.json"
|
|
|
|
},
|
2022-12-16 18:39:22 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/external/literate-nav.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/external/macros.json"
|
|
|
|
},
|
2022-03-06 11:45:09 +01:00
|
|
|
{
|
|
|
|
"$ref": "plugins/external/minify.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "plugins/external/redirects.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"external-community": {
|
|
|
|
"description": "External plugins, schema provided by the community",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json"
|
|
|
|
},
|
|
|
|
{
|
2022-06-11 10:32:30 +02:00
|
|
|
"$ref": "https://raw.githubusercontent.com/Guts/mkdocs-rss-plugin/main/docs/schema.json"
|
2022-07-14 10:47:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/timvink/mkdocs-git-revision-date-localized-plugin/master/docs/schema.json"
|
2022-07-17 18:13:34 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/blueswen/mkdocs-glightbox/main/schema.json"
|
2022-10-09 11:59:40 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/prcr/mkdocs-meta-descriptions-plugin/main/schema.json"
|
2022-12-11 16:22:14 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/mkdocstrings/mkdocstrings/master/docs/schema.json"
|
2022-12-11 21:04:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-coverage/master/docs/schema.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/pawamoy/mkdocs-spellcheck/master/docs/schema.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "https://raw.githubusercontent.com/pawamoy/markdown-exec/master/docs/schema.json"
|
2022-03-06 11:45:09 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2022-01-29 16:12:25 +01:00
|
|
|
}
|