Skip to content
Discussion options

You must be logged in to vote

TypeDoc's default theme really isn't intended to support multiple classes/functions/types/interfaces in a single output file, which is reflected by the router options available today. As typedoc-plugin-markdown does support this, I think for now I'd recommend making this a feature request there, it'd be nice if typedoc could do that, but that's not a super easy thing to do unfortunately.

You could in theory also write a plugin to re-arrange the module structure so that it mirrors file structures... that'd be kind of messy, but that combined with the structure router would probably be the easiest way to do this (that doesn't involve multiple entry points)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timakro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants