mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated JSON schema
This commit is contained in:
parent
dd25ff4ad6
commit
989e742b59
@ -4,7 +4,7 @@
|
|||||||
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
|
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"$ref": "#/definitions/built-in"
|
"$ref": "#/definitions/built-in"
|
||||||
},
|
},
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"definitions": {
|
"definitions": {
|
||||||
"built-in": {
|
"built-in": {
|
||||||
"description": "Built-in plugins",
|
"description": "Built-in plugins",
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"$ref": "plugins/blog.json"
|
"$ref": "plugins/blog.json"
|
||||||
},
|
},
|
||||||
@ -50,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
"external": {
|
"external": {
|
||||||
"description": "External plugins, schema provided by us",
|
"description": "External plugins, schema provided by us",
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"$ref": "plugins/external/gen-files.json"
|
"$ref": "plugins/external/gen-files.json"
|
||||||
},
|
},
|
||||||
@ -82,7 +82,7 @@
|
|||||||
},
|
},
|
||||||
"external-community": {
|
"external-community": {
|
||||||
"description": "External plugins, schema provided by the community",
|
"description": "External plugins, schema provided by the community",
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
|
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
|
||||||
},
|
},
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
"concurrency": {
|
"concurrency": {
|
||||||
"title": "Concurrency (number of CPUs)",
|
"title": "Concurrency (number of CPUs)",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.concurrency",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.concurrency",
|
||||||
"type": "number",
|
"type": "number"
|
||||||
"default": 1
|
|
||||||
},
|
},
|
||||||
"external_assets": {
|
"external_assets": {
|
||||||
"title": "External assets",
|
"title": "External assets",
|
||||||
|
Loading…
Reference in New Issue
Block a user