From 4a5adb821f880d3503f8fb11c84fc722114af102 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sat, 2 Nov 2024 18:40:13 -0700 Subject: [PATCH] Refactor typedoc.config.ts to remove unused scripts and utils --- www/docs/typedoc.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/docs/typedoc.config.ts b/www/docs/typedoc.config.ts index 250cd33e4..327775c6b 100644 --- a/www/docs/typedoc.config.ts +++ b/www/docs/typedoc.config.ts @@ -59,9 +59,6 @@ const TypeDocPlugins = (isProd: boolean, testingMode: boolean): StarlightPlugin[ getFilePathToPackage('studiocms_auth', 'src/stubs/auth-lib.ts'), getFilePathToPackage('studiocms_auth', 'src/stubs/auth-scripts.ts'), getFilePathToPackage('studiocms_auth', 'src/stubs/auth-utils.ts'), - getFilePathToPackage('studiocms_auth', 'src/scripts/three.ts'), - getFilePathToPackage('studiocms_auth', 'src/scripts/formListener.ts'), - getFilePathToPackage('studiocms_auth', 'src/scripts/utils/fitModelToViewport.ts'), getFilePathToPackage('studiocms_auth', 'src/lib/encryption.ts'), getFilePathToPackage('studiocms_auth', 'src/lib/password.ts'), getFilePathToPackage('studiocms_auth', 'src/lib/rate-limit.ts'),