-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.esdoc.json
37 lines (37 loc) · 956 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
{
"source": "./src",
"destination": "./help",
"index": "./doc/index.md",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"brand": {
"title": "GSF JavaScript Client SDK",
"repository": "https://github.com/geospatial-services-framework",
"logo": "./doc/asset/gsf-large.png"
},
"manual": {
"globalIndex": true,
"asset": "./doc/asset",
"files": [
"./doc/manual/installation.md",
"./doc/manual/tutorial/migration-guide-v3.md",
"./doc/manual/tutorial/migration-guide-v4.md",
"./doc/manual/tutorial/getting-started.md",
"./doc/manual/tutorial/examples.md",
"./CHANGELOG.md"
]
}
}
},
{
"name": "esdoc-importpath-plugin",
"option": {
"replaces": [
{"from": "^src/", "to": "dist/"}
]
}
}
]
}