Skip to content

Commit 87b1d32

Browse files
authored
docs: try default modern theme (#33)
1 parent 79b440d commit 87b1d32

File tree

3 files changed

+132
-16
lines changed

3 files changed

+132
-16
lines changed

package-lock.json

+129-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@types/luxon": "^3.4.2",
4848
"@typescript-eslint/eslint-plugin": "^8.26.0",
4949
"@typescript-eslint/parser": "^8.26.0",
50+
"@typhonjs-typedoc/typedoc-theme-dmt": "^0.3.1",
5051
"@vitest/coverage-v8": "^3.0.7",
5152
"eslint": "^9.21.0",
5253
"eslint-config-preact": "github:brianrodri/eslint-config-preact#eslint-v9",
@@ -69,7 +70,6 @@
6970
"semantic-release-obsidian-plugin": "^1.1.0",
7071
"tslib": "^2.8.1",
7172
"typedoc": "^0.27.9",
72-
"typedoc-github-theme": "^0.2.1",
7373
"typedoc-plugin-coverage": "^3.4.1",
7474
"typedoc-plugin-dt-links": "^1.1.14",
7575
"typescript": "^5.8.2",

typedoc.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
entryPointStrategy: "expand",
55
treatWarningsAsErrors: true,
66
treatValidationWarningsAsErrors: true,
7-
plugin: ["typedoc-plugin-coverage", "typedoc-github-theme", "typedoc-plugin-dt-links"],
7+
plugin: ["typedoc-plugin-coverage", "@typhonjs-typedoc/typedoc-theme-dmt", "typedoc-plugin-dt-links"],
8+
theme: "default-modern",
89
exclude: ["./docs/**/*", "./node_modules/**/*", "**/__tests__/**/*"],
910
};

0 commit comments

Comments
 (0)