mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
46 lines
828 B
JSON
46 lines
828 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags" : true
|
|
},
|
|
"source": {
|
|
"include": ["../src"],
|
|
"exclude": [],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"opts": {
|
|
"template": "./jaguar",
|
|
"destination": "./out",
|
|
"readme": "../README.md",
|
|
"recurse": true
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"templates": {
|
|
"applicationName": "RobloxHybrid API",
|
|
"disqus": "",
|
|
"googleAnalytics": "",
|
|
"openGraph": {
|
|
"title": "",
|
|
"type": "website",
|
|
"image": "",
|
|
"site_name": "",
|
|
"url": ""
|
|
},
|
|
"meta": {
|
|
"title": "",
|
|
"description": "",
|
|
"keyword": ""
|
|
},
|
|
"default": {
|
|
"outputSourceFiles" : true
|
|
},
|
|
"linenums": true
|
|
},
|
|
"markdown": {
|
|
"parser": "gfm",
|
|
"hardwrap": true,
|
|
"tags": []
|
|
}
|
|
} |