We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8252de8 commit 5938470Copy full SHA for 5938470
typedoc.json
@@ -1,7 +1,11 @@
1
{
2
"$schema": "https://typedoc.org/schema.json",
3
"out": "docs",
4
+ "darkHighlightTheme": "aurora-x",
5
+ "lightHighlightTheme": "catppuccin-latte",
6
"plugin": ["typedoc-plugin-mdn-links"],
- "includeVersion": true
7
+ "includeVersion": true,
8
+ "githubPages": true,
9
+ "customFooterHtml": "Copyright © 2024 Cloudnode OÜ. Licensed under the LGPL-3.0."
10
}
11
0 commit comments