docdash-with-search
Version:
A clean, responsive documentation template theme for JSDoc 3 with search based on docdash.
40 lines (39 loc) • 792 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"fixtures/",
"./README.md"
]
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"template": "./",
"destination": "../fixtures-doc/",
"recurse": true,
"verbose": true
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"templates": {
"search": true,
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"includeDate": false
},
"scripts": [],
"favicon": "",
"css": []
},
"docdash": {
"static": false,
"sort": true
}
}