typedoc2md/typedoc-plugin-markdown

navigation is missing nested entrypoints

Closed this issue · 3 comments

What package is the bug related to?

typedoc-plugin-markdown

Describe the issue

With the configuration shown below, I only get the parent entry point in MarkdownRendererEvent.navigation, not the child one, and it also doesn't show up in children either.

Screenshot 2024-08-01 at 16 15 20

TypeDoc configuration

{
  "entryPoints": [
    "../src/nextjs/index.tsx",
    "../src/nextjs/server/index.tsx",
  ],
}

Expected behavior

It should probably be included in children.

Btw the entry point config works fine and the page is generated, it's just not showing up in MarkdownRendererEvent.navigation.

Thanks. Is your project on a public repo by an chance? (would be easier to debug).

Should now be fixed in typedoc-plugin-markdown@4.2.6.

It is included as a child of nexjs:

Screenshot 2024-08-25 at 10 00 48 Screenshot 2024-08-25 at 09 59 34