2022-06-24 15:38:01 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
2023-01-28 16:41:31 +03:00
|
|
|
"title": "Add git authors to pages",
|
2022-06-24 15:38:01 +03:00
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
"markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/",
|
2023-11-20 12:59:18 +03:00
|
|
|
"const": "git-authors"
|
2022-06-24 15:38:01 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"git-authors": {
|
|
|
|
"markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"enabled": {
|
|
|
|
"title": "Enable plugin",
|
|
|
|
"markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html#enabled",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"exclude": {
|
|
|
|
"title": "List of Markdown file patterns",
|
|
|
|
"markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/options.html#exclude",
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"pattern": "(\\*|\\.md)$"
|
2022-12-11 17:53:16 +03:00
|
|
|
},
|
|
|
|
"uniqueItems": true,
|
|
|
|
"minItems": 1
|
2022-06-24 15:38:01 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|