mirror of
https://github.com/openwrt/luci
synced 2025-01-05 10:37:19 +08:00
489fc4b263
- jsapi: include source links - README.md: link to github pages - docs/README.md: add stub index page Signed-off-by: Jo-Philipp Wich <jo@mein.io>
26 lines
576 B
JSON
26 lines
576 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,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
}
|
|
},
|
|
"opts": {
|
|
"destination": "docs/jsapi",
|
|
"recurse": true,
|
|
"readme": "docs/jsapi/README.md"
|
|
}
|
|
}
|