-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjsdoc.json
More file actions
30 lines (30 loc) · 586 Bytes
/
jsdoc.json
File metadata and controls
30 lines (30 loc) · 586 Bytes
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
{
"opts": {
"template": "node_modules/docdash",
"destination": "./docs/",
"recurse": true,
"verbose": true
},
"source": {
"include": ["./src/", "./README.md", "./settings.js"]
},
"docdash": {
"search": true,
"scripts": ["./docs-style.css"],
"menu": {
"Project Website": {
"href": "https://github.com/ajboni/calvo",
"target": "_blank",
"class": "menu-item",
"id": "website_link"
}
}
},
"templates": {
"default": {
"staticFiles": {
"include": ["./static"]
}
}
}
}