Skip to content

Commit

Permalink
Update jsdoc theme to avoid dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch committed Jun 9, 2023
1 parent d33975e commit 617f7c4
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 53 deletions.
20 changes: 20 additions & 0 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"source": {
"include": "lib/ical",
"includePattern": ".js$"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"readme": "README.md",
"destination": "docs/api/",
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "light"
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}

0 comments on commit 617f7c4

Please sign in to comment.