-
|
I'm evaluating TypeDoc as a framework to document a large schema. As a the default JS format is not flexible enough, I'm simply building a lot of Markdown files and nest them according to the data model path. This results in ~25K files generated.
The lag may not occur every single time. One obvious thing - I was trying with I don't have any formal testing around this setup yet. But appreciate ideas on optimization and root causing the lag. Check the generated site here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
And here is the workflow to build it |
Beta Was this translation helpful? Give feedback.

Yeah, that makes sense... I think it's a reasonable request that TypeDoc only add elements for the portions of the navigation which are open.