UNPKG

718 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true
4 },
5 "plugins": ["plugins/markdown"],
6 "templates": {
7 "logoFile": "",
8 "cleverLinks": false,
9 "monospaceLinks": false,
10 "dateFormat": "ddd MMM Do YYYY",
11 "outputSourceFiles": false,
12 "outputSourcePath": false,
13 "systemName": "DocStrap",
14 "footer": "",
15 "copyright": "DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.",
16 "navType": "vertical",
17 "theme": "yeti",
18 "linenums": true,
19 "collapseSymbols": false,
20 "inverseNav": true,
21 "highlightTutorialCode": true,
22 "protocol": "html://",
23 "methodHeadingReturns": false
24 },
25 "markdown": {
26 "parser": "gfm",
27 "hardwrap": true
28 }
29}