Add copyright in footer

This commit is contained in:
Bertie690 2025-07-26 10:14:41 -04:00 committed by GitHub
parent 4f259e2c2f
commit 4d9b3920a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,7 @@
"entryPointStrategy": "expand", "entryPointStrategy": "expand",
"exclude": ["**/*+.test.ts"], "exclude": ["**/*+.test.ts"],
"out": "typedoc", "out": "typedoc",
"highlightLanguages": ["javascript", "json", "jsonc", "json5", "tsx", "typescript", "markdown"] "highlightLanguages": ["javascript", "json", "jsonc", "json5", "tsx", "typescript", "markdown"],
"customFooterHtml": "<p>Copyright <strong>Pagefault Games</strong> 2025</p>",
"customFooterHtmlDisableWrapper": true
} }