Skip to content

Commit

Permalink
Add docs for packages mode options locations
Browse files Browse the repository at this point in the history
Resolves #2828
  • Loading branch information
Gerrit0 committed Jan 12, 2025
1 parent fa3077c commit 0c07fd7
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 6 deletions.
1 change: 1 addition & 0 deletions site/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ children:
- options/organization.md
- options/validation.md
- options/other.md
- options/package-options.md
---

Any command line arguments that are passed without a flag will be parsed as entry points.
Expand Down
8 changes: 7 additions & 1 deletion site/options/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ 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.
> [!warning] When running in packages mode, options must be specified in the
> correct location. As TypeDoc effectively runs with a clean options object for
> each directory, options which take effect during conversion must be set within
> [packageOptions](#packageoptions) or directly within configuration for each
> project. Configuration specified in the root level project will _not_ be
> copied to child projects. See the [package options](package-options.md) page
> for documentation about where each option should be set.
### merge

Expand Down
Loading

0 comments on commit 0c07fd7

Please sign in to comment.