README.md: add link to JS docs
[project/luci.git] / jsdoc.conf.json
1 {
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": ["jsdoc","closure"]
5 },
6 "source": {
7 "include": ["modules/luci-base/htdocs/luci-static/resources"],
8 "includePattern": ".+\\.js(doc|x)?$"
9 },
10 "plugins": [
11 "plugins/markdown"
12 ],
13 "templates": {
14 "cleverLinks": true,
15 "monospaceLinks": true
16 },
17 "opts": {
18 "destination": "documentation/jsapi",
19 "recurse": true,
20 "readme": "README.md"
21 }
22 }