File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
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-inject-script-plugin" ,
10
- "option" : {
11
- "enable" : true ,
12
- "scripts" : [
13
- " ./doc/scripts/header.js"
14
- ]
15
- }
16
- },
17
- {
18
- "name" : " esdoc-inject-style-plugin" ,
19
- "option" : {
20
- "enable" : true ,
21
- "styles" : [
22
- " ./doc/css/style.css"
23
- ]
24
- }
25
- },
26
8
{
27
9
"name" : " esdoc-standard-plugin" ,
28
10
"option" : {
51
33
]
52
34
}
53
35
}
36
+ },
37
+ {
38
+ "name" : " esdoc-inject-style-plugin" ,
39
+ "option" : {
40
+ "enable" : true ,
41
+ "styles" : [
42
+ " ./doc/css/style.css"
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "name" : " esdoc-inject-script-plugin" ,
48
+ "option" : {
49
+ "enable" : true ,
50
+ "scripts" : [
51
+ " ./doc/scripts/header.js"
52
+ ]
53
+ }
54
54
}
55
55
]
56
56
}
You can’t perform that action at this time.
0 commit comments