2023-07-29 18:58:01 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://json-schema.org/draft-07/schema",
|
|
|
|
"title": "Built-in projects plugin",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/",
|
2023-07-29 18:58:01 +03:00
|
|
|
"enum": [
|
|
|
|
"projects"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"projects": {
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/",
|
2023-07-29 18:58:01 +03:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"enabled": {
|
|
|
|
"title": "Enable plugin",
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.enabled",
|
2023-07-29 18:58:01 +03:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"concurrency": {
|
|
|
|
"title": "Concurrency (number of CPUs)",
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.concurrency",
|
2023-07-29 18:58:01 +03:00
|
|
|
"type": "number"
|
|
|
|
},
|
2023-09-15 12:30:01 +03:00
|
|
|
"cache": {
|
|
|
|
"title": "Enable caching",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.cache",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"cache_dir": {
|
|
|
|
"title": "Cache directory",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.cache_dir",
|
|
|
|
"type": "string",
|
|
|
|
"default": ".cache/plugins/projects"
|
|
|
|
},
|
2023-07-29 18:58:01 +03:00
|
|
|
"projects": {
|
|
|
|
"title": "Enable projects",
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects",
|
2023-07-29 18:58:01 +03:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"projects_dir": {
|
|
|
|
"title": "Projects directory",
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_dir",
|
2023-07-29 18:58:01 +03:00
|
|
|
"type": "string",
|
|
|
|
"default": "projects"
|
2023-08-03 21:43:32 +03:00
|
|
|
},
|
2023-09-19 17:07:18 +03:00
|
|
|
"projects_config_files": {
|
|
|
|
"title": "Projects configuration files",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_config_files",
|
|
|
|
"type": "string",
|
|
|
|
"default": "\"*/mkdocs.yml\""
|
|
|
|
},
|
|
|
|
"projects_config_transform": {
|
|
|
|
"title": "Projects configuration transform",
|
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.projects_config_transform",
|
|
|
|
"type": "string",
|
|
|
|
"defaultSnippets": [
|
|
|
|
{
|
|
|
|
"body": "!!python/name:${1:module}.${2:function}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-10-25 22:04:53 +03:00
|
|
|
"hoisting": {
|
2023-08-03 21:43:32 +03:00
|
|
|
"title": "Enable hoisting",
|
2023-09-15 12:30:01 +03:00
|
|
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/#config.hoisting",
|
2023-08-03 21:43:32 +03:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2023-07-29 18:58:01 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|