forked from tumblr/tumblr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsdoc.json
43 lines (43 loc) · 990 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
34
35
36
37
38
39
40
41
42
43
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "lib",
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"destination": "gh-pages/",
"recurse": true,
"verbose": true,
"readme": "README.md",
"template": "node_modules/hotdoc/template"
},
"hotdoc": {
"static": true,
"sort": false,
"collapsible": true,
"startExpanded": true,
"github": "https://github.com/tumblr/tumblr.js",
"customVariables": "docs/_variables.scss",
"customOverrides": "docs/_overrides.scss"
},
"markdown": {
"highlight": true
},
"templates": {
"cleverLinks": true,
"monospaceLinks": false,
"default": {
"staticFiles": {
"include": [
"docs/static"
]
}
}
}
}