Doctave / doctave

A batteries-included developer documentation site generator
https://cli.doctave.com
MIT License
566 stars 32 forks source link

Generate and serve site from memory in `serve` mode #4

Closed begleynk closed 3 years ago

begleynk commented 3 years ago

Currently we rewrite the whole documentation site to disk on every change. It would be much better for us instead to generate the HTML in memory, and have the web server serve pages without touching disk.

This would both improve performance and spare the disks of users of extra work.