From c670a2551a9dec8eeb1bd7c56ca1a4d6f74dddc4 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Mon, 2 Jun 2025 17:09:08 -0500 Subject: [PATCH] chore(docs): add voice v8 to docs (#1259) --- api-extractor.json | 3 ++- website/docusaurus.config.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/api-extractor.json b/api-extractor.json index 1b635a47..00c10816 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -7,7 +7,8 @@ "additionalEntryPoints": [ { "modulePath": "v9", "filePath": "/v9.d.ts" }, { "modulePath": "rpc/v10", "filePath": "/rpc/v10.d.ts" }, - { "modulePath": "voice/v4", "filePath": "/voice/v4.d.ts" } + { "modulePath": "voice/v4", "filePath": "/voice/v4.d.ts" }, + { "modulePath": "voice/v8", "filePath": "/voice/v8.d.ts" } ], "bundledPackages": [], diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index a024eb43..019615d2 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -73,6 +73,7 @@ const config: Config = { v10: { path: 'v10.ts', label: 'API v10' }, v9: { path: 'v9.ts', label: 'API v9' }, 'voice/v4': { path: 'voice/v4.ts', label: 'Voice v4' }, + 'voice/v8': { path: 'voice/v8.ts', label: 'Voice v8' }, globals: { path: 'globals.ts', label: 'Global Types' } }, slug: 'discord-api-types'