Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigation is missing nested entrypoints #663

Closed
xixixao opened this issue Aug 1, 2024 · 3 comments
Closed

navigation is missing nested entrypoints #663

xixixao opened this issue Aug 1, 2024 · 3 comments
Labels
bug Issue raised as a bug. fixed Fix implemented in latest version.

Comments

@xixixao
Copy link

xixixao commented Aug 1, 2024

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.

@xixixao xixixao added the bug Issue raised as a bug. label Aug 1, 2024
@tgreyuk
Copy link
Member

tgreyuk commented Aug 1, 2024

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

@xixixao
Copy link
Author

xixixao commented Aug 6, 2024

@tgreyuk yeah: https://github.com/get-convex/convex-auth (in the docs folder)

@tgreyuk
Copy link
Member

tgreyuk commented Aug 25, 2024

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

@tgreyuk tgreyuk added the fixed Fix implemented in latest version. label Aug 25, 2024
@tgreyuk tgreyuk closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue raised as a bug. fixed Fix implemented in latest version.
Projects
None yet
Development

No branches or pull requests

2 participants