I heard that Deno had a built-in documentation generator using the command deno doc which I would like to run on my packages.
But it turns out it only generates JSON documentation and another tool must be used to generate HTML documentation.
Is there any existing tool that I can use to generate local HTML files? These are proprietary packages and can't go onto the official deno doc website.
I tried to use TypeDoc alongside typescript-deno-plugin to no avail. Is there any solution to get this to work?