2023-01-28 16:35:24 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
2023-01-28 16:41:31 +03:00
|
|
|
"title": "Generate pages during the build",
|
2023-01-28 16:35:24 +03:00
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
"markdownDescription": "https://github.com/oprypin/mkdocs-gen-files",
|
2023-11-20 12:59:18 +03:00
|
|
|
"const": "git-authors"
|
2023-01-28 16:35:24 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"gen-files": {
|
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"scripts": {
|
|
|
|
"items": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"type": "array"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"type": ["object", "null"]
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 16:41:31 +03:00
|
|
|
}
|
|
|
|
]
|
2023-01-28 16:35:24 +03:00
|
|
|
}
|