mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-05 15:09:26 +02:00
Add copyright in footer
This commit is contained in:
parent
4f259e2c2f
commit
4d9b3920a1
@ -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": "<p>Copyright <strong>Pagefault Games</strong> 2025</p>",
|
||||
"customFooterHtmlDisableWrapper": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user