-
Notifications
You must be signed in to change notification settings - Fork 222
/
Copy pathjsdoc-conf.json
34 lines (33 loc) · 938 Bytes
/
jsdoc-conf.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
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": false,
"outputSourcePath": false,
"systemName": "Cloudinary JavaScript Library",
"footer": "",
"copyright": "DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.",
"navType": "vertical",
"theme": "paper",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "html://",
"logoFile": "http://res-1.cloudinary.com/cloudinary/image/upload/c_scale,fl_attachment,h_30/v1/logo/for_blue_bg/cloudinary_icon_for_blue_bg.png"
},
"opts": {
"destination": "./docs/",
"template": "template",
"readme": "./README.md",
"recurse": true
},
"source": {
"include": ["src"]
}
}