mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
3942789dc6
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit d9452d1157aef6b8752fac0f4ed1e0b9221abb31)
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"
|
|
}
|
|
}
|