Description
Thanks for working on TypeDoc! I tried it a while back and it didn't work for us, but I just tried it again, and I got some very lovely output in a matter of seconds! 😍
I'm filing this issue to see if I can address my main reservation before adopting it for our project.
Search Terms
module documentation together single page
Problem
TypeDoc is great at giving an overview list of the exports of a module, but it doesn't have a way to look at the full documentation details for a single module (entry point) at once.
Suggested Solution
I'd really like to be able to generate all the documentation for a given module on the same page. I'm a big fan of what Go's documentation does, with the list of exports at the top of the page and then all their documentation below. For example: https://pkg.go.dev/net/http
Although I appreciate that TypeDoc includes a search bar, search and various other things become easier if everything for a module is on the same page.
As far as I can tell, it would be sufficiently useful for us if there were an option to inline all the sub-pages of a module into its main page instead.