Skip to content

Commit

Permalink
Add multiple entrypoints to the api docs (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jan 8, 2024
1 parent 04527a4 commit 042020d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/typedoc.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"compilerOptions": {
"noEmitOnError": false
},
"entryPoints": ["../reactiveweb/src/**"],
"entryPoints": [
"../reactiveweb/src/*",
"../reactiveweb/src/resource/service.ts",
"../reactiveweb/src/resource/modifier/index.ts"
],
"navigationLinks": {
"GitHub": "https://github.com/universal-ember/reactiveweb"
},
Expand Down

0 comments on commit 042020d

Please sign in to comment.