Skip to content

Commit 0f75236

Browse files
docs: initialize TypeDoc
1 parent 4bc300c commit 0f75236

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"src/structures/ChatInputCommandInteraction.ts",
1010
],
1111
"out": "docs",
12-
"theme": "typedoc-material-theme",
12+
"plugin": [
13+
"typedoc-material-theme"
14+
],
15+
"themeColor": "#90D5FF",
1316
"excludePrivate": true,
1417
"includeVersion": true,
1518
"hideGenerator": false,

0 commit comments

Comments
 (0)