Skip to content

Commit

Permalink
doc: using hierarchy theme
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Aug 28, 2023
1 parent 0f99e22 commit 5eb9c5b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2 deletions.
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-missing-exports": "^2.0.0",
"typedoc-theme-hierarchy": "^4.1.0",
"typedoc-umlclass": "^0.7.1",
"typescript": "^5.1.6"
},
Expand Down
5 changes: 3 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"includeVersion": true,
"plugin": [
"typedoc-umlclass",
"typedoc-plugin-missing-exports"
"typedoc-plugin-missing-exports",
"typedoc-theme-hierarchy"
],
"entryPoints": [
"src",
Expand All @@ -12,7 +13,7 @@
"exclude": [
"**/node_modules/**/*"
],
"theme": "default",
"theme": "hierarchy",
"out": "doc",
"readme": "README.md",
"umlClassDiagram": {
Expand Down

0 comments on commit 5eb9c5b

Please sign in to comment.