forked from Mirrors/doipjs
25 lines
No EOL
362 B
JSON
25 lines
No EOL
362 B
JSON
{
|
|
"plugins": ["plugins/markdown"],
|
|
"source": {
|
|
"include": [
|
|
"./src",
|
|
"./README.md"
|
|
]
|
|
},
|
|
"recurseDepth": 2,
|
|
"templates": {
|
|
"default": {
|
|
"staticFiles": {
|
|
"include": [
|
|
"./static"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"opts": {
|
|
"template": "node_modules/docdash"
|
|
},
|
|
"docdash": {
|
|
"search": true
|
|
}
|
|
} |