Document your .NET code with DocFX and GitHub Actions
In this article I show how to use XML doc comments, DocFX and GitHub Actions to automatically build and publish documentation for your .NET code. Along the way I'll explain how to install DocFX and set up a documentation project, add XML doc comments...
blog.taranissoftware.com8 min read
Ashu Thinks
how to use docfx where i have my source docfx.json from github or devops repo url?
which way is feasible to use exe or nuget ?
i will pass different repo url every time which will have docfx.json
I tried -
1.docfx.exe but it won't take http url as a input paramter it only run on local VM is not best solution for exe.
2.docker image but not a best approch either
3.nuget but how to use it as a central project where i will pass repo url and generate doc
kindly help me with approach.