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