2024-05-10 13:22:43 +00:00
|
|
|
{
|
2024-05-10 13:21:42 +00:00
|
|
|
"opts": {
|
|
|
|
|
"destination": "docs/js",
|
|
|
|
|
"pages": {
|
|
|
|
|
"modules": {
|
|
|
|
|
"longname": "Modules",
|
|
|
|
|
"readme": "resources/src/modules.md"
|
2024-04-17 22:27:25 +00:00
|
|
|
},
|
2024-05-10 13:21:42 +00:00
|
|
|
"namespaces": {
|
|
|
|
|
"depth": 1,
|
|
|
|
|
"longname": "Globals",
|
|
|
|
|
"readme": "resources/src/README.md"
|
2024-04-17 22:27:25 +00:00
|
|
|
}
|
|
|
|
|
},
|
2024-05-10 13:21:42 +00:00
|
|
|
"pedantic": true,
|
|
|
|
|
"readme": "resources/README.md",
|
|
|
|
|
"recurse": true,
|
|
|
|
|
"template": "node_modules/jsdoc-wmf-theme"
|
2023-07-11 15:52:05 +00:00
|
|
|
},
|
2024-05-10 13:21:42 +00:00
|
|
|
"plugins": [
|
2024-06-25 15:53:10 +00:00
|
|
|
"node_modules/jsdoc-wmf-theme/plugins/default"
|
2023-07-11 15:52:05 +00:00
|
|
|
],
|
2024-05-10 13:21:42 +00:00
|
|
|
"source": {
|
|
|
|
|
"include": [
|
|
|
|
|
"resources/src/"
|
2024-02-29 22:47:26 +00:00
|
|
|
],
|
2024-05-10 13:21:42 +00:00
|
|
|
"exclude": [
|
2023-07-11 15:52:05 +00:00
|
|
|
]
|
|
|
|
|
},
|
2024-05-10 13:21:42 +00:00
|
|
|
"templates": {
|
|
|
|
|
"cleverLinks": true,
|
|
|
|
|
"default": {
|
|
|
|
|
"useLongnameInNav": true
|
2023-07-11 15:52:05 +00:00
|
|
|
},
|
2024-05-10 13:21:42 +00:00
|
|
|
"wmf": {
|
2024-06-25 15:53:10 +00:00
|
|
|
"maintitle": "MediaWiki Frontend API",
|
2024-05-10 13:21:42 +00:00
|
|
|
"siteMap": {
|
|
|
|
|
"sections": true
|
2024-04-17 22:27:25 +00:00
|
|
|
},
|
2024-05-10 13:21:42 +00:00
|
|
|
"hideSections": [ "Classes", "Events" ],
|
|
|
|
|
"repository": "https://gerrit.wikimedia.org/g/mediawiki/core/",
|
|
|
|
|
"linkMap": {
|
|
|
|
|
"boolean": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean",
|
2024-06-06 10:27:47 +00:00
|
|
|
"jQuery.fn": "https://api.jquery.com/jQuery/",
|
|
|
|
|
"JSON.parse": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse",
|
2024-05-10 13:21:42 +00:00
|
|
|
"number": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number",
|
2024-06-25 15:53:10 +00:00
|
|
|
"string": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String"
|
2023-07-11 15:52:05 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-10 13:22:43 +00:00
|
|
|
}
|