forked from GEOLYTIX/xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc_test.json
40 lines (40 loc) · 984 Bytes
/
jsdoc_test.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
40
{
"source": {
"include": [
"tests"
],
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"readme": "TESTING.md",
"destination": "docs/tests/",
"recurse": true,
"verbose": true,
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"title": "Mapp Tests",
"homepageTitle": "Mapp Tests",
"favicon": "../public/icons/favicon.ico",
"menu": [
{
"title": "Github",
"id": "github",
"link": "https://github.com/GEOLYTIX/xyz"
},
{
"title": "XYZ",
"id": "xyz",
"link": "/docs"
}
]
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}