Skip to content

Commit

Permalink
docs: update entrypoint for typedoc and exclude @internal symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed May 17, 2023
1 parent dc213b2 commit da4b05a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"entryPoints": ["../src/nautilus/index.ts", "../src/@types/index.ts"],
"entryPoints": ["../src/index.ts", "../src/@types/index.ts"],
"tsconfig": "../tsconfig.json",
"readme": "../README.md"
"readme": "../README.md",
"excludeInternal": true
}

0 comments on commit da4b05a

Please sign in to comment.