Ellerbach / docfx-companion-tools

A suite of tools, pipelines templates to take the very best of DocFX
MIT License
64 stars 18 forks source link

Doclinkchecker upgrade #32

Closed mtirionMSFT closed 9 months ago

mtirionMSFT commented 10 months ago

Completely new architecture of the DocLinkChecker implementation. We are now using markdig for markdown validation. This results in a more accurate validation of markdown. NOTE: This can lead to more errors when using the same settings, as the validation is better now.

New is the (optional) use of a JSON settings file which provides more options:

The default behavior of the tool using the command line parameters is still the same. To use the new features, switch to the use of the configuration file.

This new architecture also fixes #6 and #29.