2022-12-18 17:58:11 +01:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
|
|
"title": "Built-in info plugin",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
2023-09-15 11:30:01 +02:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/",
|
2023-11-20 10:59:18 +01:00
|
|
|
"const": "info"
|
2022-12-18 17:58:11 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"info": {
|
2023-09-15 11:30:01 +02:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/",
|
2022-12-18 17:58:11 +01:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"enabled": {
|
|
|
|
"title": "Enable plugin",
|
2023-09-15 11:30:01 +02:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.enabled",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"enabled_on_serve": {
|
|
|
|
"title": "Enable plugin when previewing",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.enabled_on_serve",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"title": "Enable creation of archive",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.archive",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"archive_stop_on_violation": {
|
|
|
|
"title": "Stop creation of archive on violation",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/#config.archive_stop_on_violation",
|
2022-12-18 17:58:11 +01:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|