https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
DocFX is an API documentation generator for .NET, which currently supports C#, VB and F#.
- Download DocFX from
https://github.com/dotnet/docfx/releases](https://github.com/dotnet/docfx/releases
- Preview documentation with following command:
@echo off
@set DocFxPath=PathOfDocFx
@set PrjPath=PathOfDirectoryContainsdocfx.json
@set Port=YourPort
@cd PrjPath
@%DocFxPath%docfx.exe %PrjPath%docfx.json --serve -p %Port%
Some microsoft documentation did not work well, in my case:
office-js-docs-pr-main
, the documentation only shows the outline, the content flash past, i can't figure it out.
But there is a workaround by reduce the page width.