forked from cloudinary/cloudinary_js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc-conf.json
More file actions
25 lines (24 loc) · 772 Bytes
/
jsdoc-conf.json
File metadata and controls
25 lines (24 loc) · 772 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
{
"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"
}
}