From 4d9b3920a14fb6c04ff93be1f383d4068d77cf26 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:14:41 -0400 Subject: [PATCH] Add copyright in footer --- typedoc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }