Skip to content
Snippets Groups Projects
Commit 989e742b authored by squidfunk's avatar squidfunk
Browse files

Updated JSON schema

parent dd25ff4a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"markdownDescription": "https://www.mkdocs.org/dev-guide/plugins/",
"type": "array",
"items": {
"oneOf": [
"anyOf": [
{
"$ref": "#/definitions/built-in"
},
......@@ -21,7 +21,7 @@
"definitions": {
"built-in": {
"description": "Built-in plugins",
"oneOf": [
"anyOf": [
{
"$ref": "plugins/blog.json"
},
......@@ -50,7 +50,7 @@
},
"external": {
"description": "External plugins, schema provided by us",
"oneOf": [
"anyOf": [
{
"$ref": "plugins/external/gen-files.json"
},
......@@ -82,7 +82,7 @@
},
"external-community": {
"description": "External plugins, schema provided by the community",
"oneOf": [
"anyOf": [
{
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
},
......
......@@ -24,8 +24,7 @@
"concurrency": {
"title": "Concurrency (number of CPUs)",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.concurrency",
"type": "number",
"default": 1
"type": "number"
},
"external_assets": {
"title": "External assets",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment