Skip to content

Commit

Permalink
Refactor typedoc.config.ts to remove unused scripts and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 3, 2024
1 parent 7830ed7 commit 4a5adb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/docs/typedoc.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 4a5adb8

Please sign in to comment.