Skip to content

structure-dir router generates invalid link on module index #2928

Closed
@bkeepers

Description

@bkeepers

Search terms

entryPointStrategy packages router structure-dir undefined

Expected Behavior

Index pages for a module like the screenshot below would create valid links
Image

Actual Behavior

Links on the index pages for each module all point to href="#undefined"

Steps to reproduce the bug

  1. Monorepo setup with this typedoc.json:
    {
      "$schema": "https://typedoc.org/schema.json",
      "entryPointStrategy": "packages",
      "entryPoints": [
        "packages/*",
      ],
      "router": "structure-dir"
    }
    
  2. run typedoc
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions