mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
25 lines
362 B
JSON
25 lines
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
|
||
|
}
|
||
|
}
|