33 lines
1.1 KiB
JSON
33 lines
1.1 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": {
|
|
"sort": false,
|
|
"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",
|
|
"outputSourceFiles": false
|
|
}
|
|
},
|
|
"markdown": {
|
|
"hardwrap": false,
|
|
"idInHeadings": true
|
|
}
|
|
}
|