UNPKG

628 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": true,
12 "outputSourcePath": true,
13 "systemName": "Component documentation",
14 "footer": "",
15 "copyright": "Copyright MIT",
16 "navType": "vertical",
17 "linenums": true,
18 "theme" : "cerulean",
19 "collapseSymbols": true,
20 "inverseNav": true,
21 "protocol": "html://",
22 "methodHeadingReturns": false
23 },
24 "markdown": {
25 "parser": "gfm",
26 "hardwrap": true
27 }
28}