pdoc
pdoc copied to clipboard
Option to generate HTML as a single file
I've seen HTML websites that simulate multiple pages in a single page. It would be nice to have an option in pdoc3 to generate a single .html file that would function the same way as the current multi-page option. Does anyone know of a reason this wouldn't be possible with pdoc3?
Something similar is already done for PDF output (--pdf). It's a simple markdown to HTML conversion from there.
Did anyone figure out a good way to do this? Maybe a Template or something?
I'm looking forward for a solution for this too