Skip to content

Commit abd088d

Browse files
fix: changed typedoc theme to default
1 parent c9f1d1c commit abd088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ module.exports = {
2424
entryPoints: [join(__dirname, '..', 'src', 'index.ts')],
2525
out: [join(__dirname, '..', 'docs')],
2626
readme: 'none',
27-
theme: 'minimal'
27+
theme: 'default'
2828
}

0 commit comments

Comments
 (0)