Skip to content

Commit

Permalink
docs: add internal types in apidoc (#734)
Browse files Browse the repository at this point in the history
* docs: add internal types in apidoc

* chore: downgrade package-lock version for NodeJS 14

* test: test case when performance uses Date.now
  • Loading branch information
harttle committed Aug 16, 2024
1 parent 4548c11 commit e941378
Show file tree
Hide file tree
Showing 13 changed files with 664 additions and 614 deletions.
2 changes: 1 addition & 1 deletion bin/build-apidoc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

rm -rf docs/source/api
typedoc ./src --gitRevision master --out docs/source/api
typedoc --plugin typedoc-plugin-missing-exports ./src --gitRevision master --out docs/source/api
4 changes: 3 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ pretty_urls:
trailing_html: false

theme: navy
skip_render: "api/**/*"
skip_render: "api/**"
ignore: "api/**"
include: "api/**"
highlight:
enable: false
prismjs:
Expand Down
Loading

0 comments on commit e941378

Please sign in to comment.