dragonroll/jsdoc.json
2024-10-05 14:31:09 +02:00

31 lines
1.0 KiB
JSON

{
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"include": ["./client/src/services/Api.js", "./backend/services/api.js", "package.json", "DOCS.md"],
"exclude": ["node_modules"]
},
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"opts": {
"encoding": "utf8",
"readme": "./DOCS.md",
"destination": "docs/",
"recurse": true,
"verbose": true,
"template": "node_modules/clean-jsdoc-theme",
"tutorials": "./tutorials",
"theme_opts": {
"default_theme": "dark",
"homepageTitle": "Dragonroll API",
"title": "<a href='index.html'><img src='static/media/logo-splash.png' class='logo-splash-dark'/><img src='static/media/logo-splash-light.png' class='logo-splash-light'/></a>",
"static_dir": ["./static"],
"include_js": ["./static/scripts/themeWatch.js"],
"favicon": "static/media/logo.png"
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}