mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
"title": "Generate pages during the build",
|
|
"oneOf": [
|
|
{
|
|
"markdownDescription": "https://github.com/oprypin/mkdocs-gen-files",
|
|
"enum": [
|
|
"git-authors"
|
|
]
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"gen-files": {
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"scripts": {
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": ["object", "null"]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|