Skip to content

Commit

Permalink
Use nicer api doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed Jan 16, 2025
1 parent d756433 commit f8ac0bf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 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 @@ -48,6 +48,7 @@
"rxjs": "7.8.1",
"source-map-support": "0.5.21",
"typedoc": "0.27.6",
"typedoc-github-theme": "0.2.1",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
Expand Down
3 changes: 3 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"excludeExternals": true,
"treatWarningsAsErrors": true,
"validation": true,
"plugin": [
"typedoc-github-theme"
],
"gitRevision": "main"
}

0 comments on commit f8ac0bf

Please sign in to comment.