Skip to content

Commit aa0701b

Browse files
committed
Added a second theme for markdown docs generation.
1 parent 59acfb7 commit aa0701b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"lint": "eslint **/*.ts",
1717
"lint:fix": "eslint --fix **/*.ts",
1818
"format": "prettier **/*.ts --write",
19-
"test": "vitest",
20-
"docs": "typedoc"
19+
"docs": "typedoc",
20+
"test": "vitest"
2121
},
2222
"workspaces": [
2323
"core",
@@ -34,10 +34,8 @@
3434
"prettier": "^3.6.2",
3535
"prettier-plugin-organize-imports": "^4.3.0",
3636
"typedoc": "^0.28.14",
37-
"typedoc-material-theme": "^1.4.0",
3837
"typedoc-theme-fresh": "^0.2.1",
3938
"typedoc-github-theme": "^ 0.3.1",
40-
"varvara-typedoc-theme": "^0.3.8",
4139
"typescript": "^5.9.2",
4240
"typescript-eslint": "^8.46.0",
4341
"vitest": "^3.2.4"

typedoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"readme": "none",
88
"excludePrivate": true,
99
"tsconfig": "./tsconfig.json",
10-
1110
"plugin": [
12-
"typedoc-theme-fresh"
11+
"typedoc-theme-fresh",
12+
"typedoc-github-theme"
1313
],
1414
"theme": "fresh",
1515
"excludeExternals": true

0 commit comments

Comments
 (0)