Files
watrbx-game-engine/RobloxHybrid/docs/conf.json
T
2025-09-18 17:55:52 -04:00

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": []
}
}