Closed xixixao closed 2 months ago
Thanks. Is your project on a public repo by an chance? (would be easier to debug).
@tgreyuk yeah: https://github.com/get-convex/convex-auth (in the docs folder)
Should now be fixed in typedoc-plugin-markdown@4.2.6.
It is included as a child of nexjs:
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.TypeDoc configuration
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
.