dragonroll/jsdoc.json

33 lines
1.1 KiB
JSON
Raw Normal View History

2024-10-05 10:57:47 +00:00
{
"source": {
"includePattern": ".+\\.js(doc|x)?$",
2024-10-05 12:31:09 +00:00
"include": ["./client/src/services/Api.js", "./backend/services/api.js", "package.json", "DOCS.md"],
2024-10-05 10:57:47 +00:00
"exclude": ["node_modules"]
},
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"opts": {
"encoding": "utf8",
2024-10-05 12:31:09 +00:00
"readme": "./DOCS.md",
2024-10-05 10:57:47 +00:00
"destination": "docs/",
"recurse": true,
"verbose": true,
"template": "node_modules/clean-jsdoc-theme",
2024-10-05 12:31:09 +00:00
"tutorials": "./tutorials",
2024-10-05 10:57:47 +00:00
"theme_opts": {
2024-10-05 17:27:28 +00:00
"sort": false,
2024-10-05 10:57:47 +00:00
"default_theme": "dark",
"homepageTitle": "Dragonroll API",
2024-10-05 12:31:09 +00:00
"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"],
2024-10-05 17:27:28 +00:00
"favicon": "static/media/logo.png",
"outputSourceFiles": false
2024-10-05 10:57:47 +00:00
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}