Description
Search terms
readme, json, --json, packages, monorepo, readme.md
Expected Behavior
When using entryPointStrategy=packages, I would expect the --json output to include readme properties for the modules that have README.md files present.
Actual Behavior
These readmes are present in the rendered HTML for the modules, but omitted from the json output.
Steps to reproduce the bug
Repro: TypeStrong/typedoc-repros#38
Manually:
- Setup a project that uses entryPointStrategy=packages
1a. For example, with entryPoints=['packages/*'] - Ensure packages/a/README.md and packages/b/README.md exist, following this example
- Verify the readme's are rendered in the HTML output, but not the --json output
Environment
- Typedoc version: 0.25.2
- TypeScript version: 5.2.2
- Node.js version: 19.9.0
- OS: MacOS
Metadata
Metadata
Assignees
Labels
No labels