-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.esdoc.json
36 lines (34 loc) · 938 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
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"logo": "./globe.svg",
"title": "Caldera API Client",
"description": "JavaScript API client for Caldera Forms",
"repository": "https://github.com/calderawp/caldera-api-client",
"site": "https://calderalabs.org/caldera-api-client/",
"author": "http://calderalabs.org",
"image": "https://calderaforms.com/wp-content/themes/caldera-forms-dot-com/img/caldera-forms-logo.svg"
},
"manual": {
"index": "./manual/index.md",
"globalIndex": true,
"files": [
"./manual/overview.md",
"./README.md"
]
}
}
},
{
"name": "esdoc-flow-plugin"
},
{
"name": "esdoc-jsx-plugin", "option": {"enable": true}
}
]
}