-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjsdoc.json
33 lines (33 loc) · 765 Bytes
/
jsdoc.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
{
"source": {
"include": ["./bosdyn-client", "./bosdyn-core"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"opts": {
"template": "node_modules/better-docs",
"encoding": "utf8",
"destination": "docs/",
"readme": "README.md",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": true,
"better-docs": {
"name": "Spot-sdk-js",
"navLinks": [
{
"label": "Github spot-sdk-js",
"href": "https://github.com/TheoPierne/spot-sdk-js"
},
{
"label": "Github spot-server-js",
"href": "https://github.com/TheoPierne/spot-server-js"
}
]
}
}
}