mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
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
|
|
}
|
|
} |