We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f439a61 commit 4f1d500Copy full SHA for 4f1d500
typedoc.json
@@ -3,15 +3,13 @@
3
"name": "Discord.https",
4
"entryPoints": [
5
"src/index.ts",
6
- // "src/*.ts",
7
"src/adapter/*.ts",
8
"src/interactionRouter/*.ts",
9
"src/structures/BaseInterction.ts",
10
"src/structures/ChatInputCommandInteraction.ts",
11
],
12
"out": "docs",
13
- "theme": ["typedoc-material-theme"],
14
- "themeColor": "#90D5FF",
+ "theme": "typedoc-material-theme",
15
"excludePrivate": true,
16
"includeVersion": true,
17
"hideGenerator": false,
0 commit comments