{ "tags": { "allowUnknownTags": true }, "source": { "include": "application/source/", "includePattern": "\\.js$", "excludePattern": "" }, "plugins": [ "plugins/markdown", "jsdoc-plantuml" ], "opts": { "template": "node_modules/clean-jsdoc-theme", "encoding": "utf8", "destination": "deployment/build/docs/", "recurse": true, "verbose": true, "theme_opts": { "theme": "light", "title": "Monster ", "meta": [ { "name": "author", "content": "schukai GmbH" }, { "name": "description", "content": "javascript library for optimal use on fast and flexible pages." } ], "search": true, "add_style_path": [ { "href": "https://monsterjs.org/assets/prettify.css", "crossorigin": "anonymous", "rel": "stylesheet" } ], "add_script_path": [ { "src": "https://code.jquery.com/jquery-3.5.1.js", "integrity": "sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=", "crossorigin": "anonymous" }, { "src": "https://monsterjs.org/js/doc/monster-versions.js", "crossorigin": "anonymous" } ], "footer": "<a href='https://about.schukai.com/de/impressum/'>Imprint</a>", "overlay_scrollbar": { "options": { } }, "resizeable": { "navbar": { "min": "300", "max": "600" } }, "codepen": { "enable_for": [ "examples" ], "options": { "title": "awaken the monster in you; javascript library by schukai GmbH", "description": "the example ...", "editors": "0012" } }, "sections": [ "Tutorials", "Modules", "Classes", "Externals", "Events", "Namespaces", "Mixins", "Interfaces", "Global" ] } }, "templates": { "cleverLinks": true, "monospaceLinks": false, "default": { "outputSourceFiles": true } }, "plantuml": { "puml": { "create": true, "destination": "deployment/build/docs/puml" }, "images": { "create": true, "destination": "deployment/build/docs/images", "defaultFormat": "svg" } } }