There are many scenarios when the documentation needs to be added to an existing web application that is not running on .NET
```docfx.exe projectdocfx.json --static --out: webdocfx-static
the generated HTML files are static already...no server side logic, only AJAX calls from client side JS for loading navbar and TOC. If you want a pure static HTML files without even AJAX calls, you can use statictoc template.
Most helpful comment
the generated HTML files are static already...no server side logic, only AJAX calls from client side JS for loading navbar and TOC. If you want a pure static HTML files without even AJAX calls, you can use
statictoctemplate.