-
Notifications
You must be signed in to change notification settings - Fork 4
/
.esdoc.json
39 lines (39 loc) · 984 Bytes
/
.esdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"brand": {
"title": "parser - the all-in-one filetype parser for javascript",
"description": "The easiest parser for JSON, XML, CSV and YAML. Use it as simple as JSON.stringify() or JSON.parse(). All in one place."
},
"option": {
"manual": {
"index": "./README.md",
"asset": "",
"globalIndex": true,
"files": [
"./esdocs/manual/json.md",
"./esdocs/manual/csv.md",
"./esdocs/manual/xml.md",
"./esdocs/manual/yaml.md"
]
}
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": { "all": true }
},
{
"name": "esdoc-inject-style-plugin",
"option": {
"enable": true,
"styles": [
"./esdocs/css/parser.css"
]
}
}
]
}