theophile
Version:
A templating module that transforms a web page into a (Powerpoint-like) presentation
27 lines (25 loc) • 625 B
JSON
{
"plugins": [],
"recurseDepth": 10,
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./docs/api",
"recurse": true,
"verbose": true
},
"source": {
"off-include": ["."],
"exclude": ["docs", "example"],
"off-includePattern": ".+\\.js(doc|x)?$",
"off-excludePattern": "(^|\\/|\\\\)_"
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}