Skip to content

Commit

Permalink
Update input.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jul 9, 2023
1 parent 032f43b commit af74f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Expects all entry points to be contained within the root level tsconfig project.

### packages

Expects all entry points to be directories to run TypeDoc within. After each entry point has been run through TypeDoc, the projects will be merged together and rendered to a single site. Each package may have its own set of TypeDoc
Expects all entry points to be directories to _effectively_ run TypeDoc within. After each entry point has been converted by TypeDoc to a JSON model, the projects will be merged together and rendered to a single site or JSON output. Each package may have its own set of TypeDoc
configuration, but `plugins` within sub-projects will _not_ be loaded. See [Gerrit0/typedoc-packages-example](https://github.com/Gerrit0/typedoc-packages-example) for an example monorepo which uses this option.

Configuration specified in the root level project will _not_ be copied to child projects.
Expand Down

0 comments on commit af74f7c

Please sign in to comment.