DocFX vs MkDocs
A side-by-side look at DocFX and MkDocs. For an in-depth review of either product, follow the links below.
DocFX
Development
DocFX is an open source tool that can generate documentation and help files for .NET projects. It supports API reference documentation, conceptual articles, and code comments. DocFX emits documentation in different formats like HTML, Markdown, and XML.
documentationapi-referenceconceptual-articlescode-commentsnet
MkDocs
Development
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
markdowndocumentationstatic-site-generator