Docfx: How to generate static HTML files?

Created on 13 Jun 2017  路  1Comment  路  Source: dotnet/docfx

Need options to generate static HTML files instead of "serving"

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

question

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 statictoc template.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings