File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 9
9
"name" : " esdoc-standard-plugin" ,
10
10
"option" : {
11
11
"accessor" : {
12
- "access" : [" public" , " protected" , " private" ],
12
+ "access" : [
13
+ " public" ,
14
+ " protected" ,
15
+ " private"
16
+ ],
13
17
"autoPrivate" : true
14
18
},
15
19
"brand" : {
20
24
"source" : " ./test/src"
21
25
},
22
26
"manual" : {
23
- "files" :[
27
+ "files" : [
24
28
" ./doc/manual/overview.md" ,
25
29
" ./doc/manual/installation.md" ,
26
30
" ./doc/manual/usage.md" ,
33
37
"name" : " esdoc-inject-style-plugin" ,
34
38
"option" : {
35
39
"enable" : true ,
36
- "styles" : [" ./doc/css/style.css" ]
40
+ "styles" : [
41
+ " ./doc/css/style.css"
42
+ ]
37
43
}
38
44
},
39
45
{
40
46
"name" : " esdoc-inject-script-plugin" ,
41
47
"option" : {
42
48
"enable" : true ,
43
- "scripts" : [" ./doc/scripts/header.js" ]
49
+ "scripts" : [
50
+ " ./doc/scripts/header.js"
51
+ ]
44
52
}
45
53
}
46
54
]
You can’t perform that action at this time.
0 commit comments