mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
eaa2692da0
Given the level of documentation in this repo is extremely low now seems a good as time as any. The resulting documentation is a vast improvement on before grouping functions to an owner and introducing module names. We can iterate on the documentation over time. Bug: T138401 Change-Id: I9e787d40931d3d72a7037ce07d3ab0db8e72d825
23 lines
452 B
JSON
23 lines
452 B
JSON
{
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "docs",
|
|
"packageX": "package.json",
|
|
"readme": "README.md",
|
|
"recurse": true
|
|
},
|
|
"plugins": [],
|
|
"recurseDepth": 10,
|
|
"source": {
|
|
"include": [ "resources" ],
|
|
"includePattern": ".+\\.js$"
|
|
},
|
|
"tags": {},
|
|
"templates": {
|
|
"cleverLinks": true,
|
|
"default": {
|
|
"useLongnameInNav": true
|
|
}
|
|
}
|
|
}
|