-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
jsdoc.json
51 lines (51 loc) · 1.27 KB
/
jsdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"opts": {
"destination": "docs/js",
"pages": {
"modules": {
"longname": "Modules",
"readme": "resources/src/modules.md"
},
"namespaces": {
"depth": 1,
"longname": "Globals",
"readme": "resources/src/README.md"
}
},
"pedantic": true,
"readme": "resources/README.md",
"recurse": true,
"template": "node_modules/jsdoc-wmf-theme"
},
"plugins": [
"node_modules/jsdoc-wmf-theme/plugins/default"
],
"source": {
"include": [
"resources/src/"
],
"exclude": [
]
},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
},
"wmf": {
"maintitle": "MediaWiki Frontend API",
"siteMap": {
"sections": true
},
"hideSections": [ "Classes", "Events" ],
"repository": "https://gerrit.wikimedia.org/g/mediawiki/core/",
"linkMap": {
"boolean": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean",
"jQuery.fn": "https://api.jquery.com/jQuery/",
"JSON.parse": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse",
"number": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number",
"string": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String"
}
}
}
}