Skip to content

Commit c670a25

Browse files
authored
chore(docs): add voice v8 to docs (#1259)
1 parent ebf313c commit c670a25

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

api-extractor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"additionalEntryPoints": [
88
{ "modulePath": "v9", "filePath": "<projectFolder>/v9.d.ts" },
99
{ "modulePath": "rpc/v10", "filePath": "<projectFolder>/rpc/v10.d.ts" },
10-
{ "modulePath": "voice/v4", "filePath": "<projectFolder>/voice/v4.d.ts" }
10+
{ "modulePath": "voice/v4", "filePath": "<projectFolder>/voice/v4.d.ts" },
11+
{ "modulePath": "voice/v8", "filePath": "<projectFolder>/voice/v8.d.ts" }
1112
],
1213

1314
"bundledPackages": [],

website/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const config: Config = {
7373
v10: { path: 'v10.ts', label: 'API v10' },
7474
v9: { path: 'v9.ts', label: 'API v9' },
7575
'voice/v4': { path: 'voice/v4.ts', label: 'Voice v4' },
76+
'voice/v8': { path: 'voice/v8.ts', label: 'Voice v8' },
7677
globals: { path: 'globals.ts', label: 'Global Types' }
7778
},
7879
slug: 'discord-api-types'

0 commit comments

Comments
 (0)