mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
30 lines
779 B
JSON
30 lines
779 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true
|
||
|
},
|
||
|
"plugins": ["plugins/markdown"],
|
||
|
"templates": {
|
||
|
"systemName": "CyberChef",
|
||
|
"footer": "",
|
||
|
"copyright": "© Crown Copyright 2016",
|
||
|
"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
|
||
|
}
|
||
|
}
|