Search terms
entryPointStrategy packages router structure-dir undefined
Expected Behavior
Index pages for a module like the screenshot below would create valid links

Actual Behavior
Links on the index pages for each module all point to href="#undefined"
Steps to reproduce the bug
- Monorepo setup with this typedoc.json:
{
"$schema": "https://typedoc.org/schema.json",
"entryPointStrategy": "packages",
"entryPoints": [
"packages/*",
],
"router": "structure-dir"
}
- run
typedoc
- See links with
#undefined on index pages for each module
Environment
- Typedoc version: 0.28.1
- TypeScript version: 5.8.2
- Node.js version: 20.19.0
- OS: MacOS & GitHub Actions
Search terms
entryPointStrategy packages router structure-dir undefined
Expected Behavior
Index pages for a module like the screenshot below would create valid links

Actual Behavior
Links on the index pages for each module all point to
href="#undefined"Steps to reproduce the bug
typedoc#undefinedon index pages for each moduleEnvironment