-
Notifications
You must be signed in to change notification settings - Fork 52
/
.jsdoc.json
34 lines (34 loc) · 1.19 KB
/
.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
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "img/measured.png",
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Measured",
"copyright": "License: MIT. Measured Copyright © 2012-2017 Felix Geisendörfer and Contributors, © 2018 Yet Another Org and Contributors. </br>Icon by <a href=\"http://www.simpleicon.com/\">SimpleIcon</a> <a href=\"https://creativecommons.org/licenses/by/3.0\">[CC BY 3.0]</a>, <a href=\"https://commons.wikimedia.org/wiki/File:Simpleicons_Business_line-graphic-with-two-lines.svg\">via Wikimedia Commons</a>",
"navType": "vertical",
"theme": "cosmo",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"protocol": "html://",
"methodHeadingReturns": false,
"index": {
"root": "./",
"measured-core": "../../",
"measured-reporting": "../../",
"measured-signalfx-reporter": "../../"
},
"analytics":{"ua":"UA-119781742-1", "domain":"yaorg.github.io"}
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}