forked from thegetty/linkedart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc-config.json
43 lines (43 loc) · 897 Bytes
/
jsdoc-config.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
41
42
43
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["src/helpers/"]
},
"plugins": ["plugins/markdown", "node_modules/better-docs/category"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": false,
"default": {
"outputSourceFiles": true
},
"better-docs": {
"name": "LinkedArt.js",
"title": "LinkedArt.js", // HTML title
"css": "style.css",
"hideGenerator": true,
"navLinks": [
{
"label": "Github",
"href": "http://github.com/thegetty/linkedart.js"
}
]
}
},
"opts": {
"encoding": "utf8",
"destination": "jsdoc",
"recurse": true,
"template": "node_modules/better-docs",
"readme": "./README.md"
},
"markdown": {
"hardwrap": true,
"idInHeadings": true
},
"metadata": {
"title": "Some title"
}
}