17 lines
269 B
JSON
17 lines
269 B
JSON
{
|
|
"source": {
|
|
"include": [ "./lib" ],
|
|
"includePattern": ".js$"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"markdown": {
|
|
"hardwrap": true
|
|
},
|
|
"opts": {
|
|
"template": "node_modules/docdash",
|
|
"recurse": true,
|
|
"destination": "./docs"
|
|
}
|
|
} |