UNPKG

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