We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca436be commit c87a5d1Copy full SHA for c87a5d1
.esdoc.json
@@ -5,24 +5,6 @@
5
"index": "./README.md",
6
"package": "./package.json",
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
20
21
- "styles": [
22
- "./doc/css/style.css"
23
24
25
26
{
27
"name": "esdoc-standard-plugin",
28
"option": {
@@ -50,6 +32,24 @@
50
32
]
51
33
}
52
34
35
+ },
36
+ {
37
+ "name": "esdoc-inject-style-plugin",
38
+ "option": {
39
+ "enable": true,
40
+ "styles": [
41
+ "./doc/css/style.css"
42
+ ]
43
+ }
44
45
46
+ "name": "esdoc-inject-script-plugin",
47
48
49
+ "scripts": [
+ "./doc/scripts/header.js"
53
54
55
0 commit comments