Skip to content

Commit

Permalink
Add packages/collaborative-drive to the typedoc config (#389)
Browse files Browse the repository at this point in the history
* Add `packages/collaboration` to the typedoc config

* Lint
  • Loading branch information
jtpio authored Oct 30, 2024
1 parent d5da833 commit 20a3735
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"entryPointStrategy": "packages",
"entryPoints": ["packages/collaboration", "packages/docprovider"],
"entryPoints": [
"packages/collaboration",
"packages/collaborative-drive",
"packages/docprovider"
],
"externalSymbolLinkMappings": {
"@codemirror/state": {
"Extension": "https://codemirror.net/docs/ref/#state.Extension"
Expand Down

0 comments on commit 20a3735

Please sign in to comment.