Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 8af731f

Browse files
docs: use the jsdoc-fresh theme (#730)
1 parent 06b8892 commit 8af731f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
opts: {
2121
readme: './README.md',
2222
package: './package.json',
23-
template: './node_modules/jsdoc-baseline',
23+
template: './node_modules/jsdoc-fresh',
2424
recurse: true,
2525
verbose: true,
2626
destination: './docs/'

0 commit comments

Comments
 (0)