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