2016-11-28 11:42:58 +01:00
|
|
|
{
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": true
|
|
|
|
},
|
2017-04-22 00:05:30 +02:00
|
|
|
"plugins": [
|
|
|
|
"plugins/markdown",
|
|
|
|
"node_modules/jsdoc-babel"
|
|
|
|
],
|
2016-11-28 11:42:58 +01:00
|
|
|
"templates": {
|
|
|
|
"systemName": "CyberChef",
|
|
|
|
"footer": "",
|
2017-04-13 21:23:54 +02:00
|
|
|
"copyright": "© Crown Copyright 2017",
|
2016-11-28 11:42:58 +01:00
|
|
|
"navType": "inline",
|
|
|
|
"theme": "cerulean",
|
|
|
|
"linenums": true,
|
|
|
|
"collapseSymbols": false,
|
|
|
|
"inverseNav": true,
|
|
|
|
"outputSourceFiles": true,
|
|
|
|
"outputSourcePath": true,
|
|
|
|
"dateFormat": "ddd MMM Do YYYY",
|
|
|
|
"sort": false,
|
2017-09-13 17:21:31 +02:00
|
|
|
"logoFile": "cyberchef-32x32.png",
|
2016-11-28 11:42:58 +01:00
|
|
|
"cleverLinks": false,
|
|
|
|
"monospaceLinks": false,
|
|
|
|
"protocol": "html://",
|
|
|
|
"methodHeadingReturns": false
|
|
|
|
},
|
|
|
|
"markdown": {
|
|
|
|
"parser": "gfm",
|
|
|
|
"hardwrap": true
|
|
|
|
}
|
|
|
|
}
|