docfx-remote-include is a Markdig extension and a dotnet CLI tool for DocFX. It does two things: it inlines markdown fetched from an HTTP service at build time, and it can send each fully-assembled page to a transform service for centralized governance.

It is not a fork of DocFX. It plugs into DocFX's public

BuildOptions.ConfigureMarkdig seam, so it tracks upstream DocFX releases as a regular

NuGet dependency. It targets .NET 8, 9, and 10.

If you read my earlier post on this project, it had a per-include AI rewrite feature —