Skip to content

Commit 8dbc06a

Browse files
Merge pull request #462 from jonathanhefner/remove-typedoc-theme-css-patch
Upgrade `typedoc-github-theme` to v0.4.0 and remove local CSS workaround
2 parents 0b48dfa + 5c4000b commit 8dbc06a

File tree

4 files changed

+5
-125
lines changed

4 files changed

+5
-125
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"ts-to-zod": "^5.1.0",
100100
"tsx": "^4.21.0",
101101
"typedoc": "^0.28.14",
102-
"typedoc-github-theme": "^0.3.1",
102+
"typedoc-github-theme": "^0.4.0",
103103
"typescript": "^5.9.3",
104104
"zod": "^4.1.13"
105105
},

scripts/typedoc-github-theme-fixes.css

Lines changed: 0 additions & 117 deletions
This file was deleted.

typedoc.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ const config = {
4646
"./scripts/typedoc-plugin-fix-mermaid-entities.mjs",
4747
"@boneskull/typedoc-plugin-mermaid",
4848
],
49-
// Remove once typedoc-github-theme merges upstream fix:
50-
// https://github.com/JulianWowra/typedoc-github-theme/pull/7
51-
customCss: "./scripts/typedoc-github-theme-fixes.css",
5249
ignoredHighlightLanguages: ["mermaid"],
5350
};
5451

0 commit comments

Comments
 (0)