You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
DocFX is currently only supported on .NET Framework
This means you can only build the documentation on Linux using Mono instead of .NET Core
Wyam seems to be moving faster than DocFX
DocFX is idiosyncratic and tightly coupled to Markdown syntax
DocFX initially grew to popularity because it was easy to get up-and-running with its built-in template system and decent sample templates, but once you start using a template system, you're not easily able to extend it.
Wyam is effectively like using Razor Pages to extend Markdown. Examples are Wyam Modules which let you transform one mime-type into inline static HTML content
.\Wyam.exe preview is a nice REPL for previewing changes as you make them.
Wyam.Core nuget package lets you embed it directly into projects, so for customers who have customized their own in-process migration runner, they can even easily offer a static documentation site on their own intranet.
.\Wyam.exe previewis a nice REPL for previewing changes as you make them.Wyam.Corenuget package lets you embed it directly into projects, so for customers who have customized their own in-process migration runner, they can even easily offer a static documentation site on their own intranet.