File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
"markdownDescription" : " https://www.mkdocs.org/dev-guide/plugins/" ,
5
5
"type" : " array" ,
6
6
"items" : {
7
- "oneOf " : [
7
+ "anyOf " : [
8
8
{
9
9
"$ref" : " #/definitions/built-in"
10
10
},
21
21
"definitions" : {
22
22
"built-in" : {
23
23
"description" : " Built-in plugins" ,
24
- "oneOf " : [
24
+ "anyOf " : [
25
25
{
26
26
"$ref" : " plugins/blog.json"
27
27
},
50
50
},
51
51
"external" : {
52
52
"description" : " External plugins, schema provided by us" ,
53
- "oneOf " : [
53
+ "anyOf " : [
54
54
{
55
55
"$ref" : " plugins/external/gen-files.json"
56
56
},
82
82
},
83
83
"external-community" : {
84
84
"description" : " External plugins, schema provided by the community" ,
85
- "oneOf " : [
85
+ "anyOf " : [
86
86
{
87
87
"$ref" : " https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
88
88
},
Original file line number Diff line number Diff line change 24
24
"concurrency" : {
25
25
"title" : " Concurrency (number of CPUs)" ,
26
26
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#+privacy.concurrency" ,
27
- "type" : " number" ,
28
- "default" : 1
27
+ "type" : " number"
29
28
},
30
29
"external_assets" : {
31
30
"title" : " External assets" ,
You can’t perform that action at this time.
0 commit comments