Skip to content

Commit 36a6b1a

Browse files
committed
feat(docs): add typedoc-material-theme and docs:view script
- Add typedoc-material-theme@1.4.0 for modern Material Design documentation styling - Add npm script docs:view for single-command documentation generation and viewing
1 parent 74b3949 commit 36a6b1a

File tree

2 files changed

+44
-7
lines changed

2 files changed

+44
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"typecheck": "tsc --noEmit",
3737
"docs": "typedoc",
3838
"docs:serve": "npx serve docs",
39+
"docs:view": "npm run docs && open docs/index.html",
3940
"docs:watch": "typedoc --watch",
4041
"docs:coverage": "node scripts/check-docs-coverage.js",
4142
"docs:markdown": "typedoc --options typedoc.markdown.json",
@@ -94,6 +95,7 @@
9495
"ts-json-schema-generator": "^2.4.0",
9596
"tsx": "^4.19.4",
9697
"typedoc": "^0.28.5",
98+
"typedoc-material-theme": "^1.4.0",
9799
"typedoc-plugin-coverage": "^4.0.1",
98100
"typedoc-plugin-markdown": "^4.6.4",
99101
"typedoc-plugin-missing-exports": "^4.0.0",

0 commit comments

Comments
 (0)