This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
{
"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": []
}
}