mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
25 lines
449 B
JSON
25 lines
449 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"include": ["src", "README.md"],
|
|
"includePattern": ".js$",
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"opts": {
|
|
"template": "node_modules/docdash",
|
|
"encoding": "utf8",
|
|
"destination": "docs/",
|
|
"recurse": true,
|
|
"verbose": true
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
}
|