diff --git a/typedoc.json b/typedoc.json index c34e6190c1a..bfa31ccd467 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,5 +3,7 @@ "entryPointStrategy": "expand", "exclude": ["**/*+.test.ts"], "out": "typedoc", - "highlightLanguages": ["javascript", "json", "jsonc", "json5", "tsx", "typescript", "markdown"] + "highlightLanguages": ["javascript", "json", "jsonc", "json5", "tsx", "typescript", "markdown"], + "customFooterHtml": "

Copyright Pagefault Games 2025

", + "customFooterHtmlDisableWrapper": true }