-
Notifications
You must be signed in to change notification settings - Fork 23
/
jsconf.json
34 lines (34 loc) · 912 Bytes
/
jsconf.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
},
"opts": {
"template": "./node_modules/@pixi/jsdoc-template"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"applicationName": "HubSpot Client API",
"logoFile": "https://www.hubspot.com/hubfs/assets/hubspot.com/style-guide/brand-guidelines/guidelines_the-sprocket.svg",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": false,
"outputSourcePath": false,
"systemName": "DocStrap",
"footer": "",
"copyright": "DocStrap Copyright © 2012-2015 The contributors to the JSDoc3 and DocStrap projects.",
"navType": "vertical",
"theme": "lumen",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"protocol": "file://",
"methodHeadingReturns": false
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}