mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
23 lines
500 B
JSON
23 lines
500 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true,
|
||
|
"dictionaries": ["jsdoc","closure"]
|
||
|
},
|
||
|
"source": {
|
||
|
"include": ["modules/luci-base/htdocs/luci-static/resources"],
|
||
|
"includePattern": ".+\\.js(doc|x)?$"
|
||
|
},
|
||
|
"plugins": [
|
||
|
"plugins/markdown"
|
||
|
],
|
||
|
"templates": {
|
||
|
"cleverLinks": true,
|
||
|
"monospaceLinks": true
|
||
|
},
|
||
|
"opts": {
|
||
|
"destination": "documentation/jsapi",
|
||
|
"recurse": true,
|
||
|
"readme": "README.md"
|
||
|
}
|
||
|
}
|