mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
3fb660d816
This is to stop jsdoc parsing errors. More information in this thread: https://github.com/jsdoc3/jsdoc/issues/555
33 lines
829 B
JSON
Executable File
33 lines
829 B
JSON
Executable File
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown",
|
|
"node_modules/jsdoc-babel"
|
|
],
|
|
"templates": {
|
|
"systemName": "CyberChef",
|
|
"footer": "",
|
|
"copyright": "© Crown Copyright 2017",
|
|
"navType": "inline",
|
|
"theme": "cerulean",
|
|
"linenums": true,
|
|
"collapseSymbols": false,
|
|
"inverseNav": true,
|
|
"outputSourceFiles": true,
|
|
"outputSourcePath": true,
|
|
"dateFormat": "ddd MMM Do YYYY",
|
|
"sort": false,
|
|
"logoFile": "../build/prod/images/cyberchef-32x32.png",
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"protocol": "html://",
|
|
"methodHeadingReturns": false
|
|
},
|
|
"markdown": {
|
|
"parser": "gfm",
|
|
"hardwrap": true
|
|
}
|
|
}
|